
If you have completed all the steps above, run: $ sudo apt-get install google-chrome-stable Or use the following single line: $ sudo sh -c 'echo "deb stable main" > /etc/apt//google-chrome.list'Īfter adding the Google repository to the source file, you need to get the repository key using the following command $ wget -q -O - | sudo apt-key add.

Then add the following and save the file: deb stable main To do this, create a file named “google-chrome.list” in the “/etc/apt/” directory.Įnter the following command in the terminal: $ sudo vi /etc/apt//google-chrome.list # You may comment out this entry, but any other modifications may be lost.įor terminal-centric users, you can install the chrome browser by manually adding the Google repository.

# THIS FILE IS AUTOMATICALLY CONFIGURED # You can verify by checking the following documents: $ cat /etc/apt//google-chrome.list The installation process will add a PPA to your system, so whenever you update your system through the “Software Update” tool, Google Chrome will automatically receive the latest update. It is recommended to provide the latest chrome update to provide more security features, other improvements and features. Or run chrome in the background: $ google-chrome & To start Google Chrome from the terminal, run: $ google-chrome

Or use the apt-get command: $ sudo apt-get install. Use dpkg: $ sudo dpkg -i google-chrome-stable_current_b
