标签:style http color ar os sp strong div on
A. Create google-chrome.repo file
Use this command to create google-chrome.repo file under /etc/yum.repos.d
su
yum install nano
nano /etc/yum.repos.d/google-chrome.repo
Then add the following lines to the new file
[google-chrome]
name=google-chrome - \$basearch
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
B. Install Google Chrome
To install Google Chrome, use this command
yum install google-chrome-stable
Done.
标签:style http color ar os sp strong div on
原文地址:http://www.cnblogs.com/sprinng/p/4101150.html