前提:adobe官网,下载页面http://get.adobe.com/cn/flashplayer/
这里介绍两种方法:
1.deb包安装
1-选择 APT 版本,下载
2-google浏览器 自动打开软件管理器
3-自动更新源,更新完毕,从软件管理器中搜索falsh ,选择安装
2.tar.gz安装
1-下载到本地
2-解压,打开readme.txt //伟大的安装说明文档
3-你会神奇的发现居然有安装方法,只需下面红色的两句,比deb包安装还方便
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> //这里的插件地址是 /usr/lib/mozilla/plugins
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr
这里是我deb安装以后的效果
root@zjj-S:/usr/lib/mozilla/plugins# ll
总用量 8
drwxr-xr-x 2 root root 4096 7月 18 05:52 ./
drwxr-xr-x 3 root root 4096 7月 18 05:50 ../
lrwxrwxrwx 1 root root 37 7月 18 05:52 flashplugin-alternative.so -> /etc/alternatives/mozilla-flashplugin