Instalar Google Chrome en CentOS
Instalar Google Chrome en CentOS
If you would like to know more other cool features of this release, please visit at
Google’s Chrome Features.
In this tutorial we will show you how we have practically installed Google Chrome 43
browser in one of our CentOS 7.0 server using Google’s own repository with Yum tool
and a third party script from Richard Lloyd, which installs latest chrome version on
RHEL/CentOS and Fedora versions.
By using Google’s official repository you will keep your Chrome browser up-to-date.
However, it should also work on RHEL 7.0/6.x, CentOS 7.0/6.x and Fedora 21-15
versions as well.
[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
First, check whether the latest version available from the Google’s own repository using
following yum command.
Do you see the highlighted output in the above image, that clearly telling that the latest
version of chrome is available from repository. So, let’s install it using yum command
as shown below, which will automatically install all needed dependencies.
Update : Sadly, the Google Chrome browser no longer supports the most famous
commercial distribution RHEL 6.x and its free clones such as CentOS and Scientific
Linux.
Yes, they’ve discontinued support for RHEL 6.X version as of Google Chrome and on
other side, latest Firefox and Opera browsers run successfully on the same platforms.
Luckily, there is a script developed by Richard Lloyd, that automatically download and
install latest Google Chrome browser by picking libraries from a more recent released
distro and put those libraries in (/opt/google/chrome/lib) directory and then you can
able to run Google Chrome on RHEL/CentOS 6.x versions.
# wget http://chrome.richardlloyd.org.uk/install_chrome.sh
# chmod u+x install_chrome.sh
# ./install_chrome.sh
Sample Output
100%[=================================================================
======================================================================
=============>] 5 --.-K/s in 0s
--2015-05-21 03:53:50--
http://omahaproxy.appspot.com/all?os=linux&channel=stable
Resolving omahaproxy.appspot.com (omahaproxy.appspot.com)...
74.125.200.141, 2404:6800:4003:c00::8d
Connecting to omahaproxy.appspot.com
(omahaproxy.appspot.com)|74.125.200.141|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 346 [text/plain]
Saving to: ‘chrome_versions.csv’
100%[=================================================================
======================================================================
=============>] 346 --.-K/s in 0s
Preparing...
################################# [100%]
Updating / installing...
1:google-chrome-stable-
43.0.2357.65################################# [100%]
Richard Lloyd Google Chrome Script
# google-chrome &