通过yum 安装 chrome 和flash 插件

转自:http://www.linux-field.com/archives/528

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

1
2
3
4
5
6
[google]
name=Google – i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

for 64-bit

1
2
3
4
5
6
[google64]
name=Google – x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=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 :

1
yum install google-chrome-stable

Install Google Chrome Beta Version
command :

1
yum install google-chrome-beta

Install Google Chrome Unstable Version
command :

1
yum install google-chrome-unstable

Enjoy browsing google chrome :)

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

1
2
3
4
5
6
[adobe-linux-i386]
name=Adobe Systems Incorporated
baseurl=http://linuxdownload.adobe.com/linux/i386/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

安装flash:

1
yum install flash-plugin

将插件应用于chrome:

1
ln -s /usr/lib/mozilla/plugins/libflashplayer .so /opt/google/chrome/plugins/libflashplayer .so
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值