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_chro
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.