How to Install Chrome in Ubuntu?
If you want to install Google Chrome Browser in ubuntu 18.10 via terminal then follow the below steps:
Step 1: First, you need to Download Chrome for Debian/Ubuntu. It will download “google-chrome-stable_current_amd64.deb” file in your default download folder.
Step 2: Your chrome file is a .deb file. To install Chrome, you have to first unpack that file. So to unpack that file you need to execute the following command in the terminal. Before doing this, please set the download location in the terminal.
sudo dpkg -i google-chrome-stable_current_amd64.deb
Step 3: Now you need to install other dependencies by running this command
sudo apt-get install -f
Step 4: Now you need to reinstall package
sudo dpkg -i google-chrome-stable_current_amd64.deb
After running this command successfully google chrome is installed. Now go to the search bar and search chrome. You got Google Chrome in the list!
Please Login to comment...