1.下載install_flash_player_11_linux.i386.tar
2.解壓
libflashplayer.so readme.txt Readme usr
3.添加檔案到指定的檔案
Installing using the plugin tar.gz:
o Unpack the plugin tar.gz and copy the files to the appropriate location.
o Save the plugin tar.gz locally and note the location the file was saved to.
o Launch terminal and change directories to the location the file was saved to.
o Unpack the tar.gz file. Once unpacked you will see the following:
+ libflashplayer.so
+ /usr
o Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version
o Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:
+ cp libflashlayer.so <BrowserPluginsLocation>
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr
複製 libflashplayer.so到你的瀏覽器安裝目錄下的plugin目錄下,如果你使用的是firefox瀏覽器,那就是 /usr/lib/mozilla/plugins;如果你使用的是chromium,那就是/usr/lib/chromium-browser/plugins。再將加壓出來的usr檔案夾內的所有檔案複製到/usr目錄下