Skip to content

Instantly share code, notes, and snippets.

@cardboardcode
Last active May 19, 2026 03:19
Show Gist options
  • Select an option

  • Save cardboardcode/112d4f541d1234458d0989ac22fa629d to your computer and use it in GitHub Desktop.

Select an option

Save cardboardcode/112d4f541d1234458d0989ac22fa629d to your computer and use it in GitHub Desktop.
For People In A Hurry: Upgrade Google Chrome Browser on Ubuntu
image

Note

This document contains copy-paste-observe to upgrade Google Chrome Browser whenever it asks for it to be re-installed.

The alternative would be to manually access the Chrome install page which can get tedious over time.

Instructions 📘

1. Download the google-chrome-stable_current_amd64.deb from official Google website by running command below:

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

2. Install the google-chrome-stable_current_amd64.deb by running command below:

sudo dpkg -i google-chrome-stable_current_amd64.deb

3. Remove the .deb file:

rm google-chrome-stable_current_amd64.deb

4. Restart Google Chrome.

Verify ✔️

Google Chrome, once restarted, should no longer prompt you the user to install updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment