ARTICLE DETAIL

资讯详情

深耕网站视觉设计与运营推广的一线实战洞察。

【2015-01-22】【转】Ubuntu下为Firefox安装Adobe Flash Player

【2015-01-22】【转】Ubuntu下为Firefox安装Adobe Flash Player [历史归档]本文原发布于 cstriker1407.info 个人博客内容为历史存档仅供参考。发布时间2015-01-22 标题【转】Ubuntu下为Firefox安装Adobe Flash Player分类操作系统 / linux 标签ubuntu·adobeflashplayer【转】Ubuntu下为Firefox安装Adobe Flash Player下载Adobe Flash Player:解压Adobe Flash Player压缩包安装Adobe Flash Player:将libflashplayer.so拷贝到Firefox的Plugin目录将usr目录下的所有文档拷贝到系统的/usr目录下备注本文转自【 http://www.linuxidc.com/Linux/2012-11/73629.htm 】有删改。在安装Ubuntu 12.10后播放有视频的网页时总提示你要安装缺失的插件在 ubuntu 系统下为Firefox安装 Flash 插件其实很简单只要按照 Adobe flash plugin 的安装包里的 readme.txt 的说明来做就行了。Flash Player Plugin的下载地址是http://get.adobe.com/cn/flashplayer/下载Adobe Flash Player:下载tar.gz格式的解压Adobe Flash Player压缩包进入到保存Adobe Flash Player压缩包的路径将压缩包解压使用如下命令tar -zxvf install_flash_player_11_linux.x86_64.tar.gz解压完成后你将会得到如下的文件安装Adobe Flash Player:Adobe Flash Player的安装比较容易只要将对应的文档复制到正确的的位置即可具体的操作如下将libflashplayer.so拷贝到Firefox的Plugin目录sudo cp libflashplayer.so /usr/lib/mozilla/plugins/将usr目录下的所有文档拷贝到系统的/usr目录下cp -r ./usr/* /usr/备注这里摘抄一段压缩包中的readmeInstallation instructions ------------------------- 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 thefilewas saved to. o Launch terminal and change directories to the location thefilewas 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: cplibflashlayer.soBrowserPluginsLocationo Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type: sudocp-rusr/* /usr Installing the plugin using RPM: o As root, enterinterminal: # rpm -Uvh rpm_package_file Click Enter key and follow prompts Installing the standalone player: o Unpack the tar.gzfileo To execute the standalone player, Double-click, or Enterinterminal: ./flashplayer Uninstallation instructions --------------------------- Manual uninstallation(foruserswhoinstalled the plugin via Install script): o Delete libflashplayer.so binary and flashplayer.xptfileindirectory /home/user/.mozilla/plugins/ RPM uninstallation: o As root, enterinterminal: # rpm -e flash-plugin Click Enter key and follow prompts
返回列表