Skip to main content

How to install google chrome in Ubuntu using command line


Step 01: Add Key

Open terminal and add this key simply by just copy & paste this command to command line. Give your password and hit enter.

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

  

Step 02: Add Repository 

Copy and paste this command to the command line to add this repository

echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list


Step 03: Update the Repository 

Now run this command to update the repository.

sudo apt-get update


Step 04: Install Google Chrome

After completing repository update, run this command to install Google Chrome!

sudo apt-get install google-chrome-stable


You are done! 

Now simply search for Google Chrome in your applications and enjoy it.



Feel free to comment.
Connect with me on facebook: https://www.facebook.com/mdashequzzaman.real 
Happy browsing :) 

Comments