

Next copy the following program from this post into gedit and save it as googGt.cpp If you do not already have build-essential installed as dependency, or c++ (g++) development you must install it first: :~$ sudo apt-get install build-essential -y I usually write programs to handle anything, that I think I might have to do again in the future! Consequently installing google-chrome is something I've done many times. Hello people of the Ubuntu Universe, I wrote a c++ program for installing google chrome 64 bit, Pandya's answer is very similiar. Sudo apt-get install google-chrome-stableįollow the instruction for installation with apt-key add:Īdd Key: wget -q -O - | sudo apt-key add. Set repository: echo 'deb stable main' | sudo tee /etc/apt//google-chrome.list Make a keyring for chrome: gpg -no-default-keyring -keyring /etc/apt/keyrings/google-chrome.gpg -import /tmp/google.pub Now that apt-key add is deprecated use this:

Run Selenium Test on Google Chrome browser.Google-chrome-stable is available on a 3rd Party Repository: Google Chrome (for Stable). Optionally, we can add the Google Chrome to the Dock for easy access. Google Chrome would be installed on the Ubuntu machine.

Right click and choose Add to Favorites to add Chrome browser to the Dock. APT is the Ubuntu default Package manger.Ĭlick the dots Show Applications icon on the Dock. deb package on the computer and double on the installer to install Chrome.Īlternatively, Launch the Terminal and issue the apt install command. Ubuntu is Debian based Linux distribution. deb native package for the Ubuntu distribution. Launch Firefox browser and Navigate to the Official Google Chrome website and click on Download Chrome button.ĭownload the 64 bit. Mozilla Firefox is shipped by default on Ubuntu machine. We need to have Google Chrome browser installed on the machine to run automation tests on the machine. Google Chrome browser is simple, secure and faster web browser. In this tutorial, we will install Google Chrome browser on Ubuntu Linux machine.
