通过yum 安装 chrome 和flash 插件

来源:互联网 发布:淘宝提前收款不能用了 编辑:程序博客网 时间:2024/05/16 10:26

http://opencodeworld.com/wordpress/?p=244

Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM repository.

1) Enable google yum repository

Here creating google.repo file using vi editor

command : vim /etc/yum.repos.d/google.repo

add following content.

for 32-bit

[google]name=Google – i386baseurl=http://dl.google.com/linux/rpm/stable/i386enabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

for 64-bit

[google64]name=Google – x86_64baseurl=http://dl.google.com/linux/rpm/stable/x86_64enabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Note: Both 32-bit and 64-bit repos can be placed in the same file.

2) Install Google Chrome with YUM (as root user)

Install Google Chrome Stable Version
command :   yuminstallgoogle-chrome-stable

Install Google Chrome Beta Version
command :
yuminstallgoogle-chrome-beta

Install Google Chrome Unstable Version
command :yum installgoogle-chrome-unstable


Enjoy browsing google chrome :)

安装flash 插件【一下操作基于32位的Fedora】:
添加文件 /etc/yum.repos.d/adobe-linux-i386.repo,内容如下

[adobe-linux-i386]name=Adobe Systems Incorporatedbaseurl=http://linuxdownload.adobe.com/linux/i386/enabled=1gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

安装flash:yum installflash-plugin

将插件应用于chrome:ln-s/usr/lib/mozilla/plugins/libflashplayer.so/opt/google/chrome/plugins/libflashplayer.so


全文参考:通过yum安装chromeflash


原创粉丝点击