1 . 下载 Linux 的flash 包
https://fpdownload.adobe.com/get/flashplayer/pdc/26.0.0.151/flash_player_npapi_linux.x86_64.tar.gz
2 . 解压压缩包
tar zxf flash_player_npapi_linux.x86_64.tar.gz
这个是其中的readme.txt 中安装tar.gz包的说明
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
3 . 按照说明的步骤安装
cp libflashlayer.so <BrowserPluginsLocation>
# Ubuntu 16.04 上的 firefox 的plugins 目录是:/usr/lib/firefox-addons/plugins
cp -r usr/* /usr