How to install Google Chrome 60 on Ubuntu 17.04

To install Google Chrome 60 on Ubuntu 17.04

Google Chrome browser is an open source program for accessing the World Wide Web and running Web-based applications. Google Chrome features simple UI, JavaScript virtual machine, V8 JavaScript engine, built-in Adobe Flash Player, WebKit open source rendering engine for loading pages rapidly, support for web standards like HTML5 and cascading data-style sheets (CSS), Chrome incognito mode, control over browsing footprint and session identity. Google Chrome 60 was promoted to the stable channel release for several operating systems such as Windows, Mac and Linux platforms. The stable release comes with a number of bug fixes and improvements. This tutorial explains the installation procedure of Google Chrome 60 on Ubuntu 17.04.

Installation procedure

To begin with the installation procedure, download and add a key for Chrome browser using wget command.

root@linuxhelp:~# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
OK

The key has been downloaded and now add the required repository to the target system.

root@linuxhelp:~# sh -c ' echo " deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"  > >  /etc/apt/sources.list.d/google-chrome.list' 

Next update the repo by executing the apt-get update command.

root@linuxhelp:~# apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Get:2 http://dl.google.com/linux/chrome/deb stable Release [1,189 B]
Get:3 http://dl.google.com/linux/chrome/deb stable Release.gpg [916 B]        
.
.
Fetched 306 kB in 17s (17.8 kB/s)  
Reading package lists... Done

The target system has been updated with the required repositories. Next install the Chrome package by running the following command.

root@linuxhelp:~#  apt install google-chrome-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
.
.
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode
Processing triggers for libc-bin (2.23-0ubuntu3) ...

After finishing the installation go to Ubuntu dashboard and type Chrome on search bar. Click on the icon to run the application.

The welcome page of Chrome appears on the screen.

Thus we conclude the installation of Google Chrome 60 on Ubuntu 17.04.

FAQ
Q
How do I build a UI for my extension on Google Chrome?
A
Extensions use HTML and CSS to define their user interfaces, so you can use standard form controls to build your UI, or style the interface with CSS, as you would a web page.
Q
Can two extensions communicate with each other on google chrome?
A
Yes, extensions may pass messages to other extensions. See the message passing documentation of Google chrome for more information.
Q
How do I know if Google Chrome is installed correctly?
A
To check if Google Chrome was installed correctly, click the Windows Start button and look in All Programs. If you see Google Chrome listed, launch the application else there is a problem on launching the service.
Q
Does this mean Adobe prefers or recommends the Chrome Browser over other browsers?
A
Adobe’s promise to developers – that their Flash content will work everywhere – is still our promise. We support a great Flash experience in all leading browsers and believe in developer and
Q
What are Google Chrome Extensions?
A
Google Chrome Extensions are applications that run inside the Chrome browser and provide additional functionality, integration with third party websites or services, and customized browsing experiences.