chrome 安装:
vi /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
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
安装:
yum -y install google-chrome-stable
国内主机无法安装时可以使用:
yum -y install google-chrome-stable --nogpgcheck
火狐安装:
yum -y install firefox