How to Upgrade the Google Chrome on ubuntu using Terminal

** How to Upgrade the Google Chrome on Ubuntu using Terminal **

* Be sure you have proper connected to the Internet.

* To upgrade the Google chrome Browser on Ubuntu do the Below Steps:-

     1) Open your Terminal
  
     2)  Add Google Key in your system with below command
          * sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  
     3) Add the deb file with below Command.
           * sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
  
     4) Update the Ubuntu files.
           * sudo apt-get update

     5) Install the Google Chrome with below Command.
           * sudo apt-get install google-chrome

 Please Comment if it's Help full for you.

That's it.
Enjoy.


Comments