Skip to content

Instantly share code, notes, and snippets.

@prashantdsala
Last active June 1, 2023 04:54
Show Gist options
  • Save prashantdsala/4a67ddbee1347c288dc79c451eff6008 to your computer and use it in GitHub Desktop.
Save prashantdsala/4a67ddbee1347c288dc79c451eff6008 to your computer and use it in GitHub Desktop.
Upgrade Google Chrome on Ubuntu
# use sudo apt-get update command to download package information from all configured sources.
# The sources often defined in the /etc/apt/sources.
sudo apt update
# upgrade google chrome to latest stable version
sudo apt --only-upgrade install google-chrome-stable
# check the google chrome version
google-chrome --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment