Google Chrome is a open source browser its developed by Google. It can be support Ubuntu, CentOS, Debian, Mac, Fedora,RHEL and etc...
How to Install:
Download the shell script from below url using wget command,
# wget http://chrome.richardlloyd.org.uk/install_chrome.sh
Saving to: “install_chrome.sh”
100%[============================>] 76,261 35.8K/s in 2.1s
2014-11-11 18:30:09 (35.8 KB/s) - “install_chrome.sh” saved [76261/76261]
Give execute permission to run and run the script.
# chmod +x install_chrome.sh
# ./install_chrome.sh
# ./install_chrome.sh
*** Creating temporary directory /tmp/chrome_install ...
*** Changing working directory to /tmp/chrome_install ...
*** Checking for an update to install_chrome.sh ...
...
...
Saving to: “google-chrome-stable_current_i386.rpm”
100%[=========================>] 59,002,162 429K/s in 5m 2s
2014-11-11 18:35:30 (191 KB/s) - “google-chrome-stable_current_i386.rpm” saved [59002162/59002162]
*** Google Chrome 38.0.2125.111 downloaded successfully ...
*** Installing Google Chrome 38.0.2125.111 RPM (please wait) ...
Preparing... ######################## [100%]
1:google-chrome-stable ################# [100%]
*** Google Chrome 38.0.2125.111 was installed successfully ...
*** /opt/google/chrome tree contains 87 files totalling 174 MB ...
*** /tmp/chrome_install tree contains 1 files totalling 56 MB ...
Google Chrome 38.0.2125.111 was installed successfully.
Please run the browser via the 'google-chrome' command as a non-root user.
How to Update google-chrome:
Do you want to update it execute a command or re-run the same script.
# yum update google-chrome-stable
or
# ./install_chrome.sh
Uninstall Google Chrome:
# yum remove google-chrome-stable
or
#./install_chrome.sh -u
Start Your Chrome:
# google-chrome
Comments (0)