Update Google Chrome in Ubuntu Linux 18.04 and 20.04 LTS

Post Reply
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5334
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#1

If you installed Google chrome through the .deb file, you can update the browser to the latest version by running the following commands:

  1. sudo apt-get update
  2. sudo apt-get --only-upgrade install google-chrome-stable

0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5334
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#2

You could also upgrade Mozilla Firefox by adding developer's PPA, update repositories and then upgrade:

  1. sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
  2. sudo apt-get update
  3. sudo apt-get --only-upgrade install firefox

0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5334
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#3

Download Google Chrome DEB installer from the Terminal by using the wget command:

  1. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

And then use dpkg to install Chrome from the downloaded DEB file:

  1. sudo dpkg -i google-chrome-stable_current_amd64.deb


This was tested for Ubuntu Linux 22.04.1 LTS.
0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux and Unix Based Operating Systems”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests