1.解压
$tar xzvf install_flash_player_11_linux_i386.tar.gz
2.查看安装说明
$vim readme.txt
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 libflashplayer.so /usr/lib/firefox-10.0.1/plugins/
$sudo cp -r usr/* /usr
4.重新打开不能播放的在线視品
友情提示:
1.注意复制的方法,我在我的开发环境上做的,结果系统桌面启动不了了。
2.最好别再开发环境上干这些东西,除非需要。
3.开发环境虽然很大,最好做好备份。
本文详细介绍了在Linux系统中使用tar命令解压文件,并通过vim编辑器查看安装指南,最终成功安装Flash Player的全过程。文章还提供了友情提示,强调在开发环境中进行此类操作时的注意事项,以及备份的重要性。
887

被折叠的 条评论
为什么被折叠?



