Ubuntu Linux: Install Google Chrome Browser Command

To install Google Chrome browser on an Ubuntu Linux system, you can use the following steps:

  1. Download the Google Chrome Debian package by visiting the following link:

https://www.google.com/chrome/

  1. Open a terminal window and navigate to the directory where you downloaded the package.
  2. Install the package by running the following command:
sudo dpkg -i google-chrome-stable_current_amd64.deb

Note: Replace google-chrome-stable_current_amd64.deb with the name of the package you downloaded.

  1. If there are any missing dependencies, run the following command to resolve them:
sudo apt-get -f install
  1. Start Google Chrome by running the following command:
google-chrome

You can also start Google Chrome from the Applications menu in your Ubuntu desktop environment.

Leave a Comment