Ubuntu下的火狐浏览器没有flash player 插件的支持。首先前往官网下载插件。
选择相应的linux系统,下载.tar.gz
文件并解压。在解压出的文件夹中,可以找到readme.txt
文件。在其中可以找到安装提示。
Installation instructions
-------------------------
Installing using the plugin tar.gz:
o Unpack the plugin tar.gz and copy all the files to /usr/lib/adobe-flashplugin/
Installing the plugin using RPM:
o As root, enter in terminal:
+ # rpm -Uvh <rpm_package_file>
+ Click Enter key and follow prompts
也就是说,对于.tar.gz
文件,我们只需要将解压后文件夹中的所有文件移动至/usr/lib/adobe-flashplugin/
目录下。
所以应该在解压完成的目录下使用命令:
sudo cp -i * /usr/lib/adobe-flashplugin/
sudo cp -r LGPL /usr/lib/adobe-flashplugin/
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。