Ubuntu

How to Update Google Chrome on Ubuntu

Despite the strong competition over the years, Google Chrome has effortlessly surpassed the list of internet browsers to become one of the most popular and widely used search engines online. Its ease of use, availability and compatibility with several operating systems alongside various notable features has made it adept in the field of browsing.

Whether you are using it on Windows, Linux, or Mac OS, Google Chrome is free, easily available, and comes along with many development tools for software developers.

It is not just a web browser but also a complete package for both your desktop and phone. The simple yet fascinating interface is fast, secure and includes Google’s smart built-in extensions and themes, making your working experience a cut above the other browsers.

Google Chrome Latest version.

With the recent release of its 95.0.4638 stable version, Google Chrome’s new update is now thoroughly tested and enhanced with various features and continues to attract any audience introduced to the browser surfing experience.

Install Google Chrome.

You can easily get google chrome on Ubuntu 20.04 by using the following command.

sudo apt install ./google-chrome-stable_current_amd64.deb

Afterward, you can look for the stable chrome file in the “Files” section or download the directory. Running it will install Google Chrome on your Linux system.

What’s new in the new Google Chrome?

Google standout features have always been on point. While the previous version featured a built-in dark mode, media key support, and tab grouping, which focused on productivity and visual comfort, the latest version is set to beat all its previous versions as it introduces ease of routing, customizable API, and other enhancements alongside issue fixes and focuses more on the back-end of things.

How to Update your Chrome Browser?

The new version will be available for mobile operating systems such as Apple and Android, and Desktop OS including Windows 10 and Ubuntu 20.04 and the above versions.

To update Google Chrome on any of your Ubuntu versions from the above, follow the steps provided below:

Option 1: Using the auto-update command via the command line.

This is the most convenient method to get your job done without much hassle. Using the cat command, we can verify the file content and enable our system such that it will automatically update our chrome to the latest version via the update tool software.

Simply type the following command in the Terminal.

 cat /etc/apt/sources.list.d/google-chrome.list

Alternatively, you can update your chrome manually by typing in the following set of instructions.

sudo apt update

Followed by:

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

Option 2: Update Using Google Repository

Step 1: Add Google Chrome Repository

Users relying on the Ubuntu Terminal for most of their work can follow the simple commands to update to the latest Google Chrome Version using Google repositories from their official sources.

For this, you will first need to create a file named “google-chrome.list” in the directory with the path link “/etc./apt/sources.list.d”.

To do that, type the following command in the Terminal:

sudo vim /etc/apt/sources.list.d/google-chrome.list

Now download the repository into your system:

wget –q –o –https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Next, add the repository to the file you have created. You can add it according to your system architecture.

For 64-Bit Systems:

Type the following command in the Terminal:

sudo sh –c ‘echo “deb[arch=amd64]
http://dl.google.com/linux/chrome/deb/ stable main" >>
/etc/apt/sources.list.d/google.list'

For 32-Bit Systems:

Type the following command in the Terminal:

sudo sh -c 'echo "deb
http://dl.google.com/linux/chrome/deb/ stable main" >>
 /etc/apt/sources.list.d/google.list'

Step 2: Update Google Chrome on Ubuntu 18.04 Versions

Once you have added the Google Chrome repository into your system, use the commands below to update it to the latest stable version. If you have Chrome already downloaded in your system, the execution will update it to the newer version; else, it will install Google Chrome 73.

Type the following commands in the Terminal:

sudo apt-update

Note:

Users who don’t want to get started with the stable version straight away can update their Google Chrome browser to beta or the unstable versions. To do that, type in the following commands:

sudo apt-get install google-chrome-stable

Beta Version

sudo  apt-get install google-chrome-beta

Unstable Version

sudo  apt-get install google-chrome-unstable

Step 3: Launch the Updated Google Chrome Browser

After successfully executing the commands in the first two steps above, you will now have the updated version installed on your system. You can either search for Google Chrome through Ubuntu’s graphical user interface or launch it through the Terminal. Follow the commands below:

Google-chrome & google-chrome-stable

You will find the Chrome icon when searching through the Graphical User interface like this:

Google Chrome 95.0.4638 stable version after launching will appear like this:

OPTION 3: Manually Install through Debian Package

Users who are familiar with the Ubuntu environment would find the first process comparatively easier and understandable. Meanwhile, others who are new to the command-driven interface would find difficulties in understanding commands and executing them.

A simple and user-friendly approach to update Google Chrome is by downloading the .deb package from the website and then installing it through the dpkg package manager.

To start off, download the package from Google Chrome’s official website (https://www.google.com/chrome/).

Then, install it using the following commands:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
sudo apt-get install -f

Make sure you follow each step carefully and type each command correctly with the designated spaces in between.

After successfully installing the package, run the new Google Chrome browser via Terminal using the command below:

Google-chrome

Note: if you are working on multiple apps simultaneously and want to run Chrome in the background, then use this command:

Google-chrome &

The process above will automatically add a PPA (Personal Package Archive) to your system, which will let Google Chrome receive the latest updates and notify you in the future.

Lastly, if you want to remove Google Chrome Browser from your system, you can easily do it through the Terminal. For that, type in the following command:

$ sudo apt remove google-chrome-stable

Alternatively, you can remove the file by looking it up in the applications bar and removing it manually. It is usually located in the “Files” folder.

Conclusion.

In this article, we went through the various methods of updating Google Chrome to the latest version. Of course, we also took a look into methods of installing and uninstalling Chrome and went over its new features and its accessibility. We hope your queries are resolved, and we can be of help.

About the author

Zeeman Memon

Hi there! I'm a Software Engineer who loves to write about tech. You can reach out to me on LinkedIn.