ubuntu 安装flash播放器

782阅读 0评论2010-09-21 chasfer
分类:LINUX

   第一种安装方法:
# apt-get install flashplugin-nonfree

   第二种安装方法:
1.下载软件包:
URL:
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
2.解压:
# tar -zxvf install_flash_player_10_linux.tar.gz
3. 安装
其实安装就是复制:
# cp libflashplayer.so /usr/lib/firefox/plugins/flashplugin-alternative.so
4.重启动firefox即可使用了

卸载方法:
直接将/usr/lib/firefox/plugins/flashplugin-alternative.so删除即可。
#rm /usr/lib/firefox/plugins/flashplugin-alternative.so
上一篇:ubuntu 设置无线
下一篇:ubuntu 查看版本信息