ubuntu下安装firefox的flash插件问题

    Ubuntu绑定了Firefox(火狐)做为它的浏览器,做为一个Firefox的用户,我但愿看到它获得更大的推广。可是不知道Firefox是怎么回事, 并不自带flash插件那就算了吧,可恶的是在它提示了缺乏插件的状况下,我进行了检测安装,联网连了半天就回了你一句:安装失败。我擦!!!
    因而试着在adobe flash 官网(http://get.adobe.com/cn/flashplayer/?promoid=JZEFT)下载APT版本,提示须要用Ubuntu软件中心打开,结果一打开,吗了隔壁,搜索不到这个插件。。。。『都是坑爹的货啊!!!难怪经营Linux多年的人类都是千锤百炼的精英。。。』
    因而试着下载tar.gz版本(注:adobe 提供了yum,rpm,tar.gz和APT四种版本,yum和tar.gz是通用的,而rpm则是以Redhat 为主体的格式)。下载完成以后,使用tar命令进行解压,看到三个文件:usr文件夹,libflashplayer.so库文件和 readerme.txt文本
(强烈建议你们养成安装软件的习惯就是:查看安装包中的readme.txt,其中包含了安装时的步骤和注意事项,不少人安装失败的缘由就是没按官方建议的步骤来) 。     readme.txt中详细介绍了各类格式的安装方法,其中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     简要地翻译过来,也就3个须要注意的事项吧: 1.解压install_flash_player_11_linux_i386.tar.gz 2.找到文件系统中浏览器插件所在的位置,个人在/usr/lib/mozilla/plugins,而后把libflashplayer.so复制到该文件夹中: sudo cp libflashplayer.so /usr/lib/mozilla/plugins 3.把解压出来的usr文件夹中的各个文件复制到文件系统中的相应位置 sudo cp XX  /usr/XXX 所有复制完成以后,打开FireFox,去优库网随便找个视频看看,这回没有提示缺乏flash插件了吧。。。 PS:Flash插件安装之繁琐,不是普通软件同样的安装步骤,因而致使了一些用户倒向新晋的Google Chrome(自带flash插件),这是很惋惜的一件事情。但愿之后的Firefox可以改进这一点,保住更多的用户。
相关文章
相关标签/搜索