RHEL下火狐用 tar.gz 安装 FLASH 的疑问,需要保存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
--------------------------------------------------------------------------------------------------
上面是tar.gz包中README的安装指引,第一,二步究竟是什么意思?
上网看到有人说libflashplayer.so放到
/usr/lib64/firefox-3.6/ 这个目录,再 ln 到 /usr/lib64/mozilla/plugins/,
这与直接放到/usr/lib64/mozilla/plugins/ 在应用上有什么不同么?

我是放在firefox/plugin下而不是mozilia/plugin下,可用。当然,放在mozilia/plugin下也可用。具体文件夹名称因你具体而异。
上网看到有人说libflashplayer.so放到”/usr/lib64/firefox-3.6/ 这个目录,再 ln 到 /usr/lib64/mozilla/plugins/“,这只是链接文件。至于原因,你不必深究。一个很简单的原因应该是为了保持对原来旧版本的一些兼容,所以用到链接文件。真有兴趣,自己去查“linux链接文件,link”
至于README
第一步,就是将解压缩产生的文件夹中libflashplayer.so拷贝到浏览器的插件所在文件夹里头。根据你,命令就是
sudo cp libflashplayer.so /usr/lib64/firefox-3.6/plugins

第二步,就是将解压缩的文件夹中的usr这个文件夹下的东西都复制到/usr这个文件下。命令就是
sudo cp -r usr/* /usr;来自:求助得到的回答
温馨提示:内容为网友见解,仅供参考
第1个回答  推荐于2017-12-15
  您好!很高兴为您答疑!

http://labs.adobe.com/downloads/flashplayer11.html 下tar包,Download plug-in for Linux 64-bit

[root@yong Downloads]# uname -r
2.6.32-131.0.15.el6.x86_64
[root@yong Downloads]# tar -zxvf flashplayer11_b2_install_lin_64_080811.tar.gz
libflashplayer.so
...
[root@yong Downloads]# cp libflashplayer.so /home/yong/.mozilla/plugins/
[root@yong Downloads]# chmod 755 /home/yong/.mozilla/plugins/libflashplayer.so
[root@yong Downloads]# cp libflashplayer.so /usr/lib/mozilla/plugins/
[root@yong Downloads]# chmod 755 /usr/lib/mozilla/plugins/libflashplayer.so
[root@yong opt]# cp libflashplayer.so /usr/lib64/mozilla/plugins/
[root@yong opt]# chmod 775 /usr/lib64/mozilla/plugins/libflashplayer.so
重启firefox,OK。

  您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。本回答被网友采纳
相似回答