Skip to main content

How to install Chrome in Ubuntu using Terminal

Hello everyone this blog is gonna show you how to install Google Chrome in Ubuntu using terminal. Follow the steps and install Ubuntu.


Steps for installation

  1. Open Terminal using ctrl+alt+T or Application>Terminal.
  2. Type the following commands and install Google  chrome.(This commands are for 64 bit os)
    • sudo apt-get install libxss1 libappindicator1 libindicator7
    • wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    • sudo dpkg -i google-chrome*.deb
  3. Now you can open Chrome from application >Chrome.
  4. And you're good to go with chrome.

Commands For Linux Ubuntu 64-bit version

sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb

Commands For Linux Ubuntu 32-bit version

sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome*.deb

For more information watch this video and add comments if any query

Comments