linux中为用户添加权限
This post introduces how to install flash plugin to 64-bit firefox on a x86-64 Linux (Fedora as the example). Both 64-bit and 32-bit plugin are available.
这篇文章介绍了如何在x86-64 Linux (以Fedora为例)上将Flash插件安装到64位firefox。 64位和32位插件均可用。
适用于Linux上Firefox的64位Flash插件 (64-bit flash plugin for Firefox on Linux)
First, download Flash Player Release for 64-bit Linux from Adobe Labs.
首先,从Adobe Labs下载适用于64位Linux的Flash Player版本 。
Then, unpack the package:
然后,打开包装:
$ tar xf flashplayer.tar.gz
Check whether all needed library is ready for it. If not, install the needed packages.
检查所有所需的库是否已准备就绪。 如果没有,请安装所需的软件包。
$ ldd libflashplayer.so
Give it executable attribute:
给它可执行属性:
$ chmod +x libflashplayer.so
Copy the plugin to the plugin directory so that Firefox can use it:
将插件复制到插件目录,以便Firefox可以使用它:
$ cp libflashplayer.so ~/.mozilla/plugins/
适用于Linux上Firefox的32位Flash插件 (32-bit flash plugin for Firefox on Linux)
32-bit flash plugin can also work well for 64-bit firefox on 64-bit Linux. We can use the rpm packages from adobe’s repository.
对于64位Linux上的64位firefox,32位Flash插件也可以很好地工作。 我们可以使用adobe存储库中的rpm包。
First, install adobe release repository:
首先,安装Adobe发布存储库:
# rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
Install nspluginwrapper so that 32-bit plugins can run on 64-bit system, and 32-bit alsa plugin for pulseaudio so that the 32-bit flash plugin can play sound on the 64-bit system.
安装nspluginwrapper,以便32位插件可以在64位系统上运行,并安装32位alsa插件用于pulseaudio,以便32位flash插件可以在64位系统上播放声音。
# yum install nspluginwrapper.{x86_64,i686}
alsa-plugins-pulseaudio.i686 --disablerepo=adobe-linux-i386
Install the 32-bit flash plugin:
安装32位Flash插件:
# su -c 'yum install flash-plugin'
翻译自: https://www.systutorials.com/installing-the-flash-plugin-for-64-bit-firefox-in-linux-x86-64/
linux中为用户添加权限
本文介绍如何在64位Linux(以Fedora为例)上为Firefox安装64位和32位Flash插件。首先从Adobe Labs下载Flash Player,解压并检查所需库,设置可执行权限,复制插件至Firefox插件目录。对于32位Flash插件,需安装Adobe发布存储库,nspluginwrapper和32位alsa插件。

3593

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



