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
- Open Terminal using ctrl+alt+T or Application>Terminal.
- 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
- Now you can open Chrome from application >Chrome.
- 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
Post a Comment