{"id":72,"date":"2016-11-22T12:22:55","date_gmt":"2016-11-22T12:22:55","guid":{"rendered":"http:\/\/www.web-workers.ch\/?p=72"},"modified":"2017-03-02T20:45:19","modified_gmt":"2017-03-02T20:45:19","slug":"how-to-install-google-chrome-56-on-centos7","status":"publish","type":"post","link":"https:\/\/www.web-workers.ch\/index.php\/2016\/11\/22\/how-to-install-google-chrome-56-on-centos7\/","title":{"rendered":"How to install Google Chrome 56 on CentOS7"},"content":{"rendered":"<p>Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 56 on January 25, 2017.<\/p>\n<p>The actual version is 56.0.2924.76 for Linux and Mac OS X\/Windows operating system. This new version bundled with a number of exciting fixes, features, improvements and brings WebGL 2.0, Flac support and HTML5 enabled by default. If you would like to know more other cool features of this release, please visit at Google\u2019s Chrome Features.<\/p>\n<p>In this tutorial we will show you how we have practically installed Google Chrome 56 browser in one of our CentOS 7.0 server using Google\u2019s own repository with Yum tool and a third party script from Richard Lloyd, which installs latest chrome version on RHEL\/CentOS and Fedora versions.<\/p>\n<p>Important: Google Chrome support for all 32-bit Linux distributions is deprecated from March, 2016.<\/p>\n<p>By using Google\u2019s official repository you will keep your Chrome browser up-to-date.<\/p>\n<p><code># yum update google-chrome-stable<\/code><\/p>\n<p>However, same instructions should also work on RHEL 7.x\/6.x, CentOS 7.x\/6.x and Fedora 25-20 versions as well.<\/p>\n<h1>Step 1: Enable Google YUM repository<\/h1>\n<p>Create a file called \/etc\/yum.repos.d\/google-chrome.repo and add the following lines of code to it.<\/p>\n<blockquote><p>[google-chrome]<br \/>\nname=google-chrome<br \/>\nbaseurl=http:\/\/dl.google.com\/linux\/chrome\/rpm\/stable\/$basearch<br \/>\nenabled=1<br \/>\ngpgcheck=1<br \/>\ngpgkey=https:\/\/dl-ssl.google.com\/linux\/linux_signing_key.pub<\/p><\/blockquote>\n<h1>Step 2: Installing Chrome Web Browser<\/h1>\n<p>First, check whether the latest version available from the Google\u2019s own repository using following yum command.<\/p>\n<p><code># yum info google-chrome-stable<\/code><\/p>\n<h5>Sample Output<\/h5>\n<p><code>Loading mirror speeds from cached hostfile<\/code><code> * base: centos.myfahim.com<\/code><code> * epel: ir.mirror.rasanegar.com<\/code><code> * extras: centos.myfahim.com<\/code><code> * remi-safe: ftp.arnes.si<\/code><code> * rpmforge: mirrors.neusoft.edu.cn<\/code><code> * updates: centos.myfahim.com<\/code><code> adobe-linux-x86_64 3\/3<\/code><code> google-chrome 3\/3<\/code><code> Available Packages<\/code><code> Name : google-chrome-stable<\/code><code> Arch : x86_64<\/code><code> Version : 56.0.2924.76<\/code><code> Release : 1<\/code><code> Size : 44 M<\/code><code> Repo : google-chrome<\/code><code> Summary : Google Chrome<\/code><code> URL : https:\/\/chrome.google.com\/<\/code><code> License : Multiple, see https:\/\/chrome.google.com\/<\/code><code> Description : The web browser from Google<\/code><code> :<\/code><code> : Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.<\/code><\/p>\n<p>Do you see the highlighted output in the above, that clearly telling that the latest version of chrome is available from repository. So, let\u2019s install it using yum command as shown below, which will automatically install all needed dependencies.<\/p>\n<p><code># yum install google-chrome-stable<\/code><\/p>\n<h5>Sample Output<\/h5>\n<p><code>Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager, versionlock<\/code><code> Loading mirror speeds from cached hostfile<\/code><code> * base: mirror.fibergrid.in<\/code><code> * epel: ftp.riken.jp<\/code><code> * extras: mirrors.viethosting.vn<\/code><code> * remi-safe: ftp.arnes.si<\/code><code> * rpmforge: mirror.team-cymru.org<\/code><code> * updates: mirror.fibergrid.in<\/code><code> Resolving Dependencies<\/code><code> --&gt; Running transaction check<\/code><code> ---&gt; Package google-chrome-stable.x86_64 0:56.0.2924.76-1 will be installed<\/code><code> --&gt; Finished Dependency Resolution<\/code><code> Dependencies Resolved<\/code><code> ====================================================================================================================================================<\/code><code> Package Arch Version Repository Size<\/code><code> ====================================================================================================================================================<\/code><code> Installing:<\/code><code> google-chrome-stable x86_64 56.0.2924.76-1 google-chrome 44 M<\/code><code> Transaction Summary<\/code><code> ====================================================================================================================================================<\/code><code> Install 1 Package<\/code><code> Total download size: 44 M<\/code><code> Installed size: 171 M<\/code><code> Is this ok [y\/d\/N]: y<\/code><\/p>\n<p>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\u2019ve 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.<\/p>\n<p>Luckily, there is a script developed by <a href=\"http:\/\/chrome.richardlloyd.org.uk\/\" target=\"_blank\">Richard Lloyd<\/a>, 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.<\/p>\n<p><code># wget http:\/\/chrome.richardlloyd.org.uk\/install_chrome.sh<\/code><code> # chmod u+x install_chrome.sh<\/code><code> # .\/install_chrome.sh<\/code><\/p>\n<h5>Sample Output<\/h5>\n<p><code>Google Chrome Installer 7.50 on the x86_64 platform<\/code><code> (C) Richard K. Lloyd 2016 &lt;rklloyd@gmail.com&gt;<\/code><code> *** Creating temporary directory \/tmp\/chrome_install ...<\/code><code> *** Changing working directory to \/tmp\/chrome_install ...<\/code><code> *** Generating a list of out-of-date packages (please wait) ...<\/code><code> *** Checking for an update to install_chrome.sh ...<\/code><code> *** Downloading version.dat (please wait) ...<\/code><code> --2017-01-27 02:11:44-- https:\/\/chrome.richardlloyd.org.uk\/version.dat<\/code><code> Resolving chrome.richardlloyd.org.uk (chrome.richardlloyd.org.uk)... 193.110.246.232<\/code><code> Connecting to chrome.richardlloyd.org.uk (chrome.richardlloyd.org.uk)|193.110.246.232|:443... connected.<\/code><code> HTTP request sent, awaiting response... 200 OK<\/code><code> Length: 5<\/code><code> Saving to: \u2018version.dat\u2019<\/code><code> 100% [===============================================================================================================&gt;] 5 --.-K\/s in 0s<\/code><code> 2017-01-27 02:11:44 (335 KB\/s) - \u2018version.dat\u2019 saved [5\/5]<\/code><code> *** install_chrome.sh is already the latest version (7.50) - continuing ...<\/code><code> *** Determining latest Google Chrome version number (please wait) ...<\/code><code> *** Downloading chrome_versions.csv (please wait) ...<\/code><code> --2017-01-27 02:11:46-- http:\/\/omahaproxy.appspot.com\/all?os=linux&amp;channel=stable<\/code><code> Resolving omahaproxy.appspot.com (omahaproxy.appspot.com)... 216.58.220.177, 2404:6800:4009:801::2011<\/code><code> Connecting to omahaproxy.appspot.com (omahaproxy.appspot.com)|216.58.220.177|:80... connected.<\/code><code> HTTP request sent, awaiting response... 200 OK<\/code><code> Length: 318 [text\/plain]<\/code><code> Saving to: \u2018chrome_versions.csv\u2019<\/code><code> 100% [===============================================================================================================&gt;] 318 --.-K\/s in 0s<\/code><code> 2017-01-27 02:11:46 (39.1 MB\/s) - \u2018chrome_versions.csv\u2019 saved [318\/318]<\/code><code> *** Latest google-chrome-stable version number is 56.0.2924.76 ...<\/code><code> *** Downloading google-chrome-stable_current_x86_64.rpm (please wait) ...<\/code><code> --2017-01-27 02:11:46-- https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_x86_64.rpm<\/code><code> Resolving dl.google.com (dl.google.com)... 216.58.199.142, 2404:6800:4009:806::200e<\/code><code> Connecting to dl.google.com (dl.google.com)|216.58.199.142|:443... connected.<\/code><code> HTTP request sent, awaiting response... 200 OK<\/code><code> Length: 43781619 (43M) [application\/x-rpm]<\/code><code> Saving to: \u2018google-chrome-stable_current_x86_64.rpm\u2019<\/code><code> 100% [===============================================================================================================&gt;] 4,37,81,619 3.40MB\/s in 14s<\/code><code> 2017-01-27 02:12:00 (3.42 MB\/s) - \u2018google-chrome-stable_current_x86_64.rpm\u2019 saved [43781619\/43781619]<\/code><code> *** Google Chrome 56.0.2924.76 downloaded successfully ...<\/code><code> *** Installing Google Chrome 56.0.2924.76 RPM (please wait) ...<\/code><code> Preparing... ################################# [100%]<\/code><code> Updating \/ installing...<\/code><code> 1:google-chrome-stable-56.0.2924.76################################# [100%]<\/code><code> Redirecting to \/bin\/systemctl start atd.service<\/code><code> *** Google Chrome 56.0.2924.76 was installed successfully ...<\/code><code> *** \/opt\/google\/chrome tree contains 87 files totalling 181 MB ...<\/code><code> *** \/tmp\/chrome_install tree contains 1 files totalling 47 MB ...<\/code><code> Google Chrome 56.0.2924.76 was installed successfully.<\/code><code> Please run the browser via the 'google-chrome' command as a non-root user.<\/code><code> To update Google Chrome, run \"yum update google-chrome-stable\" or<\/code><code> simply re-run this script with \".\/install_chrome.sh\".<\/code><code> To uninstall Google Chrome,<\/code><code> run \"yum remove google-chrome-stable \" or \".\/install_chrome.sh -u\".<\/code><\/p>\n<h1>Step 3: Starting Chrome Web Browser<\/h1>\n<p>Start browser with non-root user.<\/p>\n<p><code># google-chrome &amp;<\/code><\/p>\n<p>Welcome screen of Chrome web browser.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"73\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/11\/22\/how-to-install-google-chrome-56-on-centos7\/welcome-google-chrome1\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/Welcome-Google-Chrome1.png?fit=1014%2C732&amp;ssl=1\" data-orig-size=\"1014,732\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Welcome-Google-Chrome[1]\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/Welcome-Google-Chrome1.png?fit=1014%2C732&amp;ssl=1\" class=\"alignnone size-full wp-image-73\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/Welcome-Google-Chrome1.png?resize=1014%2C732\" alt=\"\" width=\"1014\" height=\"732\" srcset=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/Welcome-Google-Chrome1.png?w=1014&amp;ssl=1 1014w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/Welcome-Google-Chrome1.png?resize=300%2C217&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/Welcome-Google-Chrome1.png?resize=768%2C554&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 56 on January 25, 2017. The actual version is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":110,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[4],"tags":[63,25,34,47,46,50,43,49,75,59,52,44,48,29,102,42,28,103],"class_list":["post-72","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-ad","tag-adobe","tag-centos","tag-chrome","tag-file","tag-ftp","tag-http","tag-https","tag-ie","tag-lock","tag-log","tag-root","tag-script","tag-server","tag-update","tag-url","tag-windows","tag-yum"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/google-decides-to-end-support-for-google-chrome-on-32-bit-linux-oses-496934-21.jpg?fit=1366%2C768&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8sxjX-1a","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":7,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts\/72\/revisions"}],"predecessor-version":[{"id":97,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts\/72\/revisions\/97"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/media\/110"}],"wp:attachment":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/media?parent=72"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/categories?post=72"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/tags?post=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}