This article mainly records how to install Chrome on CentOS7.0.
1. Configure the Yum download Source:
Create a new file Google-chrome.repo under directory/etc/yum.repos.d/, and add the following to the file:
1 [google-chrome]2 name=google-chrome3 baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch 4 enabled=15 Gpgcheck=16 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub7 ~
2. Install the Google Chrome browser:
[Email protected] yum.repos.d]# yum-y install google-chrome-stable
Ps:google official source may not be used in China, resulting in installation failure or cannot be updated at home, you can add the following parameters to install:
[Email protected] yum.repos.d]# yum-y install google-chrome-stable--nogpgcheck
This way, Google Chrome can be installed successfully.
Ubuntu 16.04 under install 64-bit Google Chrome browser http://www.linuxidc.com/Linux/2016-05/131096.htm
Install Flash Player Plugin for chromium, Chrome, and Firefox in Ubuntu 16.04 http://www.linuxidc.com/Linux/2016-05/131098.htm
Ubuntu 16.04 Environment Chrome Chinese font replacement http://www.linuxidc.com/Linux/2016-05/131093.htm
"Reprint" CentOS7 install Chrome browser