Install Google Chrome in CentOS
Although Centos has its own Firefox browser, it is still easy to use, but it still prefers Google.
1. Manual installation of Google browser is really labor-consuming, there is an automatic installation script online, can directly help complete Google browser installation, its: http://chrome.richardlloyd.org.uk/install_chrome.sh
2. Run the "cd ~" command ~ /Downloads "to enter the download directory, in the directory:" ~ The downloaded install_chrome.sh script is displayed in/Downloads.
3. Run the "gedit install_chrome.sh" command to open the install_chrome.sh file and run the find command to find the file.
In chrome_csv = http://omahaproxy.appspot.com/all? OS = linux & channel = $ csv_type
4. Change http://omahaproxy.appspot.com
Https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm.
5. Run the command "chmod 777 install_chrome.sh" to add executable permissions for install_chrome.sh.
The following is a simple description of chmod:
-Rw ------- (600) only the owner has the read and write permissions.
-Rw-r -- (644) only the owner has the read and write permissions. The Group and others have only the read permissions.
-Rwx ------ (700) only the owner has the read, write, and execute permissions.
-Rwxr-xr-x (755) only the owner has the read, write, and execute permissions. The Group and others have only the read and execute permissions.
-Rwx -- x (711) only the owner has the read, write, and execute permissions. The Group and others have only the execution permissions.
-Rw-(666) everyone has the read and write permissions.
-Rwxrwxrwx (777) everyone has the permission to read and write and execute
6. Use the command "sudo./install_chrome.sh" to automatically install Google Chrome.
7. You can see the Google browser in Applications> Internet. When you use it for the first time, you will be prompted whether to set it to the default browser. Here I set it.
8. here we need to note that Google Chrome is in "/etc/yum. preo. d "directory will generate a yum source, but this source is not useful at all. I personally suggest using 163 yum source. See Duanxx Centos learning: configure the 163 yum source, and because I did not delete the Google yum source, a Google browser yum source error is always reported for a long time.