Categories: Ubuntu

How to Update Google Chrome on Ubuntu 22.04

Google Chrome is an internet browser that is used for internet surfing and visiting different URLs with a high browsing speed due to its optimized coding by the developers of Google. It is freely available to download and install on different operating systems. Moreover, it allows you to add different plugins in the browser, which helps you to do different tasks online more efficiently.

It is supposed that you have already installed Google Chrome on your machine, but if you have not, then there is no need to worry because you can install it by following our dedicated article.

Sponsored

In this write-up, we will find out the method by which we can update Google Chrome to the latest version available on Ubuntu.

How to update Google Chrome on Ubuntu

We are supposed that Google Chrome is already installed on the machine, which can be verified by displaying the version of Google Chrome:

$ google-chrome –version

Now, in order to update the Google Chrome, we will update all the packages of the Ubuntu firstt:

$ sudo apt update

After updating all the packages, its time to upgrade them using the command:

Sponsored
$ sudo apt upgrade

As we can see that 11 packages are present which can be upgraded, once you type the “Y” and press the ENTER key the upgradation of the packages will start.

However, if we want to upgrade only the package of Google Chrome, then we will run the command:

$ sudo apt –only-upgrade install google-chrome-stable

After the execution of this command, Google Chrome will be updated to the newest stable version.

Conclusion

Update and upgrade all installed packages using “sudo apt update” and “sudo apt upgrade -y” commands, and it will upgrade google chrome as well on Ubuntu 22.04. Two methods are discussed, either by updating all the packages or only the Google Chome package using the apt package manager.

Ubuntu Server Admin

Recent Posts

AI in 2025: is it an agentic year?

2024 was the GenAI year. With new and more performant LLMs and a higher number…

3 hours ago

Canonical announces 12 year Kubernetes LTS

Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…

1 day ago

Ubuntu Weekly Newsletter Issue 878

Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…

2 days ago

How your feedback shapes the way we support open source software

At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…

2 days ago

How To Install osTicket v1.14 On Ubuntu 20.04

I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…

3 days ago

How To Install WordPress On Ubuntu 20.04

Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…

3 days ago