Install Google Chrome on Ubuntu
Install Google Chrome on Ubuntu
In this tutorial, we will install the Google Chrome browser on the Ubuntu Linux machine. Google Chrome is a simple, secure, and faster web browser. We must have it installed to run Chrome-based web automation tests on the machine.
Install Google Chrome
Mozilla Firefox is shipped by default on Ubuntu machines. Launch the Firefox browser, navigate to the Official Google Chrome website, and click on the Download Chrome button.
- https://www.google.com/intl/en_US/chrome/
Download the 64-bit .deb native package for the Ubuntu distribution. Ubuntu is a Debian-based Linux distribution.
Click on the Accept and Install button.
Save the package to the machine.
Install
Locate the .deb package on the computer and double on the installer to install Chrome.
Alternatively, Launch the Terminal and issue the apt install command. APT is the Ubuntu default Package manger.
$ sudo apt install ./<chrome .deb package path>
Add Google Chrome to Dock
Click the dots Show Applications icon on the Dock. Locate the Google Chrome Browser icon.
Right-click and choose Add to Favorites to add Chrome browser to the Dock.
That’s it. Google Chrome would be installed on the Ubuntu machine. Optionally, we can add Google Chrome to the Dock for easy access.
Related
Run Selenium Test on Google Chrome browser.