0% found this document useful (0 votes)
4 views

Instalar Google Chrome en CentOS

Google Chrome 43 was released on May 19, 2015, featuring various improvements and fixes for Linux, Mac OS X, and Windows. The document provides a tutorial on installing Google Chrome on RHEL/CentOS 7/6 and Fedora 21-15 using Google's repository and a third-party script. It also notes that support for RHEL 6.x has been discontinued, but offers a workaround for installation on that platform.

Uploaded by

Manuel Velarde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Instalar Google Chrome en CentOS

Google Chrome 43 was released on May 19, 2015, featuring various improvements and fixes for Linux, Mac OS X, and Windows. The document provides a tutorial on installing Google Chrome on RHEL/CentOS 7/6 and Fedora 21-15 using Google's repository and a third-party script. It also notes that support for RHEL 6.x has been discontinued, but offers a workaround for installation on that platform.

Uploaded by

Manuel Velarde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Google Chrome 43 Released – Install on

RHEL/CentOS 7/6 and Fedora 21-15


Google Chrome is a freeware web browser developed by Google Inc. Google Chrome
team proudly announced the release of Google Chrome 43 on May 19th, 2015. The
actual version is 43.0.2357.65 for Linux/Mac OS X and Windows operating system.
This new version bundled with a number of exciting fixes, features and improvements,
including:

If you would like to know more other cool features of this release, please visit at
Google’s Chrome Features.

Install Google Chrome in Linux

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.

Step 1: Enable Google YUM repository


Create a file called /etc/yum.repos.d/google-chrome.repo and add the following
lines of code to it.

[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

Step 2: Installing Chrome Web Browser

First, check whether the latest version available from the Google’s own repository using
following yum command.

# yum info google-chrome-stable

Check Google Chrome Info

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.

# yum install google-chrome-stable


Installing Google Chrome

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

Google Chrome Installer 7.13 on the x86_64 platform


(C) Richard K. Lloyd 2015
*** /tmp/chrome_install tree contains 1 files totalling 6 MB ...

*** Changing working directory to /tmp/chrome_install ...


*** Checking for an update to install_chrome.sh ...

*** Downloading version.dat (please wait) ...

--2015-05-21 03:53:47-- http://chrome.richardlloyd.org.uk/version.dat


Resolving chrome.richardlloyd.org.uk (chrome.richardlloyd.org.uk)...
193.110.246.53
Connecting to chrome.richardlloyd.org.uk
(chrome.richardlloyd.org.uk)|193.110.246.53|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5 [text/plain]
Saving to: ‘version.dat’

100%[=================================================================
======================================================================
=============>] 5 --.-K/s in 0s

2015-05-21 03:53:47 (328 KB/s) - ‘version.dat’ saved [5/5]

*** install_chrome.sh is already the latest version (7.13) -


continuing ...
*** Determining latest Google Chrome version number (please wait) ...

*** Downloading chrome_versions.csv (please wait) ...

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

2015-05-21 03:53:51 (31.1 MB/s) - ‘chrome_versions.csv’ saved


[346/346]

*** Latest google-chrome-stable version number is 43.0.2357.65 ...

*** Installing Google Chrome 43.0.2357.65 RPM (please wait) ...

Preparing...
################################# [100%]
Updating / installing...
1:google-chrome-stable-
43.0.2357.65################################# [100%]
Richard Lloyd Google Chrome Script

Step 3: Starting Chrome Web Browser

Start browser with non-root user.

# google-chrome &

Welcome screen of Chrome web browser.


Welcome Google Chrome

Exploring www.tecmint.com with cool Chrome web browser.

Browsing Google Chrome

You might also like