2011年5月30日 星期一

[筆記] install google-chrome from yum on fc10


1. Add following to /etc/yum.repos.d/google.repo file:
32-bit

[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

64-bit

[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

2. yum install google-chrome-stable