Chromium的最大特点就一个字:快!firefox 是无法的比的。
fedorapeople上的高手已经为它做了个repo源,大家可以yum了:
1、按以下内容建立文件/etc/yum.repos.d/chromium.repo :
代码:
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
2、安装chromium:
3、OK!
请参考:
http://spot.livejournal.com/308900.html
http://forums.fedoraforum.org/showth...light=chromium
另外,也可以用google提供的官方yum源来安装:
1、按以下内容建立文件/etc/yum.repos.d/google.repo :
代码:
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
2、下载并安装google的rpm包的密钥
代码:
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
#rpm --import linux_signing_key.pub
3、安装chrome:
代码:
#yum install google-chrome-unstable
是的,就是unstable,测试版。
4、OK!
请参考:
http://www.google.com/linuxrepositories/yum.html
http://www.google.com/linuxrepositories/rpm.html
No comments:
Post a Comment