> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Update Google Chrome on Ubuntu Linux
- URL: https://itsfoss.com/update-google-chrome-ubuntu/
- Published: 2022-10-10T12:58:33.000Z
- Updated: 2023-07-11T10:22:53.000Z
- Description: Wondering how to update Google Chrome in Ubuntu? It's done from software center, not from the browser it self. Read in details.
- Author: Abhishek Prakash
- Tags: Tutorial

So, you managed to [install Google Chrome browser on your Ubuntu system](https://itsfoss.com/install-chrome-ubuntu/). And now you wonder how to keep the browser updated.

On Windows and macOS, when there is an update available on Chrome, you are notified in the browser itself and you can hit the update option from the browser.

Things are different in Linux. You don’t update Chrome from the browser. You update it with the system updates.

Yes. When a new update is available on Chrome, Ubuntu notifies you via the system updater tool.

![chrome edge update ubuntu](https://itsfoss.com/content/images/wordpress/2021/06/chrome-edge-update-ubuntu.png)

Ubuntu sends notifications when a new version of Chrome is available

You just have to click on the **Install Now** button, enter your account’s password when asked for it and have Chrome updated to a new version.

Let me tell you why you see the updates on the system level and how you can update Google Chrome in the command line.

## Method 1: Updating Google Chrome with system updates

How did you install Chrome in the first place? You got the deb installer file from the [Chrome website](https://www.google.com/chrome/?ref=itsfoss.com) and used it to [install Chrome on Ubuntu](https://itsfoss.com/install-chrome-ubuntu/).

The thing is that when you do that, Google adds a repository entry into your system’s sources list. This way, your system trusts the packages coming from the Google repository.

![google chrome repo ubuntu](https://itsfoss.com/content/images/wordpress/2021/06/google-chrome-repo-ubuntu.png)

Google Chrome repository is added to the Ubuntu system

The package updates are centralized through the Ubuntu Updater for all such entries added to your system.

And this is why when an update is available to Google Chrome (and other installed applications), your Ubuntu system sends you a notification.

![chrome edge update ubuntu](https://itsfoss.com/content/images/wordpress/2021/06/chrome-edge-update-ubuntu.png)

Chrome update available with other applications via System Updater

**Click the “Install Now” button and enter your password when asked for it**. Soon, the system will install all the upgradeable packages.

Depending on the update preference, the notification may not be immediate. You can manually run the updater tool and see what updates are available for your Ubuntu system.

![software updater ubuntu 22 04](https://itsfoss.com/content/images/wordpress/2022/04/software-updater-ubuntu-22-04.jpg)

Run Software Updater to see what updates are available for your system

## Method 2: Updating Chrome in the Ubuntu command line

If you prefer the terminal over the graphical interface, you can also update Chrome with commands.

Open a terminal and run the following commands one by one:

```
sudo apt update 

sudo apt --only-upgrade install google-chrome-stable
```

The first command updates the package cache so that your system is aware of what packages can be upgraded.

The second command [only updates the single package](https://itsfoss.com/apt-upgrade-single-package/) which is Google Chrome (installed as google-chrome-stable).

## Conclusion

As you can see, things are more streamlined in Ubuntu than in Windows. You get Chrome updated along with other system updates.

On a related note, you may learn about [removing google Chrome from Ubuntu](https://itsfoss.com/uninstall-chrome-from-ubuntu/) if you are unhappy with it.

[How to Completely Uninstall Google Chrome From UbuntuSo, you managed to install Google Chrome on Ubuntu. It is the most popular web browser in the world, after all. But perhaps you dislike Google products for the heavy tracking and data mining they employ on its users. You decided to opt for other web browsers on Ubuntu, perhaps![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2021/09/removing-google-chrome-ubuntu.png)](https://itsfoss.com/uninstall-chrome-from-ubuntu/)

Chrome is a fine browser. You can experiment with it by [using shortcuts in Chrome](https://itsfoss.com/google-chrome-shortcuts/) as it makes the browsing experience even smoother.

[11 Essential Keyboard Shortcuts for Google ChromeMaster these Google Chrome keyboard shortcuts for a better, smoother and more productive web browsing experience. A downloadable cheatsheet is also included.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2019/08/Chrome-Keyboard-Shortcuts.png)](https://itsfoss.com/google-chrome-shortcuts/)

Enjoy Chrome on Ubuntu!