64位Ubuntu安装flash控件
条评论今天重装了我的Ubuntu系统,从10.10升级到11.04,开始有点不习惯,不过稍微用下感觉还好。顺便把firefox卸载了,装了个chromium,这个可以在软件源里搜索得到。
ps:其实以前我所firefox迷,后来chrome出来了,:-),怪不得俺,俺喜欢chrome的简洁,chrome又同样具有强大的扩展支持,完全能取代了,全线转移到google浏览器阵营。
安装完成chrome后便是把该装的装上啦。扩展不用单个安装,google帐号已经自动备份了,只要点右边那扳手》preferences》personal stuff》登录自己的gmail邮箱就好了,当然,前提是你以前用过(我在Windows下用的),现在天朝访问国外网站比较慢,耐心等待,longlong time 过去后会提示要同步哪些内容,都选就对了。
又是卡死一会儿,当弹出一排标签的时候表明同步完成,你的那些扩展自动安装好了,当然,别想你那些扩展的设置能如愿同步。
我一直在用的扩展有:
ChinaWeather and Lunar Calendar
Docs PDF/PowerPoint Viewer (by Google)
Mail Checker Plus for Google Mail™
Mouse Stroke(这个在Ubuntu下无法使用,但不能删除,否则会自动同步到账户,Windows下是很好用的)
RSS Subscription Extension (by Google)
TabJump - Intelligent Tab Navigator
迅雷、快车、旋风专用链自动破解,好像用的不少,功能都很强大,改天有空可以写个文章推介下,o(∩∩)o…哈哈。
剩下的就是安装flash播放控件了,Ubuntu下没Windows下那么方便,稍微复杂点,但也不是很难。可以直接登录adobe.com去下载,或者干脆直接访问ku6或土豆,随便点个视频,应该会提示你缺失播放控件了,点立即安装,点完会引导你一步步往下,自己按提示去找就好了,这里我把最终下载地址直接贴出来,下载页面应该是这个最终文件的下载地址:
http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_Linux_111710.tar.gz
点击或者复制此下载地址,将下载到目前为止最新版本的文件,默认会保存到~/Download下,下载完成后用tar命令解压将得到libflashplayer.so文件,用sudo mv将其复制到/usr/lib/mozilla/plugins$
,然后
1 | expired@expired:~/Downloads$ sudo mv libflashplayer.so /usr/lib/mozilla/plugins/ |
关闭当前浏览器,重启程序,再访问视频网站,ok,itis done!
新版本的flash已经把32位和64位版本合在一起了,所以下载会得到install_flash_player_11_Linux_x86_64.tar.gz,本次更新还涉及到其他一些文件,可以看压缩包里的readme.txt,使用方法是一样的,只是需要多复制一些文件:
sudo cp -r usr/* /usr
新版本包里附带的说明如下:
xxx@expired:~/Downloads$ cat readme.txt
Adobe Systems Incorporated
Flash Player 11 for Linux
Version 11.2.202.243
2012
Adobe recommends that all users upgrade to the latest version of Adobe Flash
Player for the most recent features, bug fixes, and security fixes. For
more information on the new features in Flash Player 9, please visit
http://www.adobe.com/products/flashplayer/. For more information on system
requirements, fixed issues, and known issues, see the release notes at
http://www.adobe.com/go/flashplayer_releasenotes.
o Unpack the tar.gz file. Once unpacked you will see the following:
/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:
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
- sudo cp -r usr/* /usr
本文标题:64位Ubuntu安装flash控件
文章作者:凹凸曼
发布时间:2012-02-16
最后更新:2024-09-28
原始链接:https://sobaigu.com/install-flash-on-linux-64bit.html
版权声明:转载请务必保留本文链接和注明内容来源,并自负版权等法律责任。