安装了ubuntu 11.10后,firefox一直无法安装flash player,经过查询,终于解决,解决方法如下:
操作系统:Ubuntu 11.10 32位。64位没试过,可供参考。
点击进入http://get.adobe.com/cn/flashplayer/otherversions/
第一步选择操作系统:linux-32bit
第二步选择:Flash Player 11 for other Linux (.tar.gz) 32-bit
解压, 只要libflashplayer.so,将其复制libflashplayer.so到主文件夹下。
打开终端,
cd /usr/lib
sudo mkdir adobe-flashplugin
sudo cp /home/guochengquan/libflashplayer.so . (guochengquan为用户名)
sudo chmod 744 libflashplayer
cd /usr/lib/firefox-addons/plugins
sudo ln -s /usr/lib/adobe-flashplugin/libflashplayer.so .
重启firefox,即可启用flashplayer。



