---
title: "How to Install Google Chrome for Ubuntu"
description: "Get started with the worlds most popular web browser and learn how to install Google Chrome for Ubuntu in this ATA Learning tutorial!"
canonical: "https://adamtheautomator.com/install-google-chrome-for-ubuntu/"
---

# How to Install Google Chrome for Ubuntu

> Get started with the worlds most popular web browser and learn how to install Google Chrome for Ubuntu in this ATA Learning tutorial!

Source: https://adamtheautomator.com/install-google-chrome-for-ubuntu/

---

ATA Learning

Tap to hide

[

ATA Learning

](/)

*   [Home](/)
*   [Tutorials](/tutorials/)
*   [Instructors](/author/)
*   [Advertising](/advertising/)
*   [Recommended Resources](/resources/)
*   [About Adam](/about-adam/)

Search for:  

*   [](https://twitter.com/adbertram)
*   [](https://github.com/Adam-the-Automator)
*   [](https://www.linkedin.com/company/adam-the-automator-llc)
*   [](/feed/)

![How to Install Google Chrome for Ubuntu](https://adamtheautomator.com/wp-content/uploads/2022/12/install-google-chrome-for-ubuntu.jpg)

# How to Install Google Chrome for Ubuntu

[![](https://secure.gravatar.com/avatar/2788bb1a3f735603f81eca51d68daec56a9d97e805a10268fb2c20afcc76b81b?s=192&d=mm&r=g)Nicholas Xuan Nguyen](https://adamtheautomator.com/author/nicholas-xuan-nguyen/)20 December 20225 min. read

Categories: [IT Ops](/category/it-ops/)

Tags:[Ubuntu Linux](/tag/ubuntu-linux/)

Table of Contents

*   [Prerequisite](#prerequisite)
*   [Installing Google Chrome for Ubuntu via the GUI](#installing-google-chrome-for-ubuntu-via-the-gui)
*   [Installing Google Chrome for Ubuntu via the Terminal](#installing-google-chrome-for-ubuntu-via-the-terminal)
*   [Making Google Chrome the Default Web Browser](#making-google-chrome-the-default-web-browser)
*   [Updating Google Chrome to the Latest Version](#updating-google-chrome-to-the-latest-version)
*   [Installing a Google Chrome Extension](#installing-a-google-chrome-extension)
*   [Managing Google Chrome Extensions](#managing-google-chrome-extensions)
*   [Conclusion](#conclusion)

Feels unsafe as you browse the internet? You may have to change your default web browser. If you are looking for a fast and secure way to browse the internet, why not install Google Chrome for Ubuntu?

Google Chrome is one of the most popular web browsers available today and is an excellent choice for Ubuntu users. And in this tutorial, you will learn how to install and make the most out of Google Chrome for Ubuntu.

Ready? Jump right in and safely browse the internet with Google Chrome!

## Prerequisite

This tutorial will be a hands-on demonstration. To follow along, you need an Ubuntu machine available. This tutorial uses Ubuntu 20.04 64-bit, but other Ubuntu versions will also work.

Related:[How to Install Ubuntu 20.04 \[Step-by-Step\]](https://adamtheautomator.com/install-ubuntu/)

## Installing Google Chrome for Ubuntu via the GUI

The quickest way to install Google Chrome on Ubuntu is through the GUI. But like any other software, you must first download the installer package for Google Chrome.

You will not find Google Chrome in the Ubuntu Software Center since it is not an open-source application. Instead, you will download Google Chrome from the official website.

1\. Open your default web browser, navigate to Google Chrome’s official [download page](https://www.google.com/chrome/), and click **Download Chrome** to download Google Chrome’s installer.

![Downloading Google Chrome](https://adamtheautomator.com/wp-content/uploads/2022/12/image-184.png)

Downloading Google Chrome

2\. On the next screen, select your preferred version of Google Chrome (32 or 64-bit) and click **Accept and Install**.

![Selecting the preferred Google Chrome version](https://adamtheautomator.com/wp-content/uploads/2022/12/image-185.png)

Selecting the preferred Google Chrome version

3\. Once downloaded, you will have a file called _google-chrome-stable\_current\_amd64.deb_ in your _~/Downloads_ directory. The deb file format is the software package format used by Ubuntu and other Debian-based Linux distributions for quickly installing software.

Related:[Comprehensive Guide to Install Deb Packages on Ubuntu](https://adamtheautomator.com/install-deb-packages-on-ubuntu/)

![Verifying Google Chrome’s deb package](https://adamtheautomator.com/wp-content/uploads/2022/12/image-186.png)

Verifying Google Chrome’s deb package

4\. Now, right-click the _.deb_ file you downloaded, and select **Open With Software Install** from the context menu to open the package in the Ubuntu Software Center (step five).

![Opening the .deb package in Ubuntu Software Center](https://adamtheautomator.com/wp-content/uploads/2022/12/image-187.png)

Opening the _.deb_ package in Ubuntu Software Center

5\. On the Ubuntu Software Center, click **Install** to install Google Chrome for Ubuntu.

![Installing Google Chrome for Ubuntu via Ubuntu Software Center](https://adamtheautomator.com/wp-content/uploads/2022/12/image-188.png)

Installing Google Chrome for Ubuntu via Ubuntu Software Center

6\. When prompted, provide your password to authenticate and continue the installation.

![Authenticating the installation ](https://adamtheautomator.com/wp-content/uploads/2022/12/image-189.png)

Authenticating the installation

As the installation starts, you will see a process bar indicating the progress.

![Viewing the installation progress](https://adamtheautomator.com/wp-content/uploads/2022/12/image-190.png)

Viewing the installation progress

7\. Once the installation completes, search for and select Google Chrome in the Ubuntu search bar to launch it.

![Launching Google Chrome](https://adamtheautomator.com/wp-content/uploads/2022/12/image-191.png)

Launching Google Chrome

8\. Keep all the default settings as is, and click **OK**. This prompt shows up when you open Google Chrome for the first time.

These options let you set Google Chrome as your default web browser and send crash reports to Google.

![Setting Google Chrome as the default web browser](https://adamtheautomator.com/wp-content/uploads/2022/12/image-192.png)

Setting Google Chrome as the default web browser

If all goes well, you will see the main Google Chrome window with the welcome screen, as shown below. At this point, you can enjoy browsing the internet securely and quickly with Google Chrome!

![Viewing Google Chrome’s welcome page.](https://adamtheautomator.com/wp-content/uploads/2022/12/image-193.png)

Viewing Google Chrome’s welcome page.

## Installing Google Chrome for Ubuntu via the Terminal

Not into clicking your way to install applications? Worry not. If you like the command-line environment more, you can install Google Chrome on Ubuntu from the terminal.

This method is useful when setting up a headless server or using the command line to manage your system.

1\. Open a new terminal window, and run the [`apt update`](https://linuxize.com/post/how-to-use-apt-command/#updating-package-index-apt-update) command below to update your package list.

Related:[Learning Ubuntu Apt Get Through Examples](https://adamtheautomator.com/ubuntu-apt-get/)

```bash
sudo apt update -y
```

![Updating the system package list](https://adamtheautomator.com/wp-content/uploads/2022/12/image-194.png)

Updating the system package list

2\. Next, run the following `wget` command to [download](https://adamtheautomator.com/powershell-download-file/) the latest version of the Google Chrome package.

Related:[PowerShell wget : Awesome Way to Download a File](https://adamtheautomator.com/powershell-download-file/)

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

![Downloading the Google Chrome package](https://adamtheautomator.com/wp-content/uploads/2022/12/image-195.png)

Downloading the Google Chrome package

3\. Once the download completes, run the below [`apt install`](https://linuxize.com/post/how-to-use-apt-command/#installing-packages-apt-install) command to install Google Chrome for Ubuntu.

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

![Installing Google Chrome for Ubuntu](https://adamtheautomator.com/wp-content/uploads/2022/12/image-196.png)

Installing Google Chrome for Ubuntu

4\. Now, wait for the installation to finish and run the `google-chrome` below, which does not provide output but launches Google Chrome.

```bash
google-chrome
```

If the Google Chrome window shows up, you are all set! You have successfully installed Google Chrome for Ubuntu via the terminal.

![Launching Google Chrome via terminal](https://adamtheautomator.com/wp-content/uploads/2022/12/image-197.png)

Launching Google Chrome via terminal

## Making Google Chrome the Default Web Browser

By default, Ubuntu uses the Firefox browser as its primary web browser. Firefox has improved a lot in recent years. But if you like to use Google Chrome instead, you can set it as your default web browser.

> 💡 _Why make Google Chrome your default web browser? Google Chrome provides top-of-the-line site isolation, phishing prediction security, protected DNS lookups, and several other features. With these features in place, rest assured that your browsing experience is always protected._

Search for and open the **Settings** app, as shown below.

Related:[The Many Ways On Ubuntu to Find Files](https://adamtheautomator.com/ubuntu-to-find-files/)

![Opening the Settings app](https://adamtheautomator.com/wp-content/uploads/2022/12/image-198.png)

Opening the Settings app

Now, click **Default Applications** (left panel) to access the default applications manager, and select **Google Chrome** in the **Web** dropdown field. Doing so sets Google Chrome as your default web browser.

At this point, any links you click will open in Google Chrome.

![Making Google Chrome the default web browser](https://adamtheautomator.com/wp-content/uploads/2022/12/image-199.png)

Making Google Chrome the default web browser

## Updating Google Chrome to the Latest Version

Google Chrome is regularly updated with bug fixes and new features. You should keep your version of Google Chrome up to date for the best experience.

1\. Search for and open the **Software & Update** app.

![Opening the Software and Update app](https://adamtheautomator.com/wp-content/uploads/2022/12/image-200.png)

Opening the Software and Update app

2\. In the **Software & Updates** window, navigate to the **Other Software** tab, tick the box for the Google Chrome repository listed, as shown below, and close the window.

This action enables the Google Chrome repository, which contains the latest version of Google Chrome.

![](https://adamtheautomator.com/wp-content/uploads/2022/12/image-201.png)

Enabling the Google Chrome repository

3\. Now run the following command to update all your installed packages, including Google Chrome.

```bash
sudo apt update
```

![Updating all your installed packages](https://adamtheautomator.com/wp-content/uploads/2022/12/image-202.png)

Updating all your installed packages

4\. Finally, run the [`apt upgrade`](https://linuxize.com/post/how-to-use-apt-command/#upgrading-packages-apt-upgrade) command below to upgrade Google Chrome if a new version is available. `sudo apt upgrade`

```bash
sudo apt upgrade
```

Wait for the process to complete, and you are all set! You have successfully updated Google Chrome to its latest version on Ubuntu.

![Upgrading Google Chrome](https://adamtheautomator.com/wp-content/uploads/2022/12/image-203.png)

Upgrading Google Chrome

## Installing a Google Chrome Extension

Google Chrome offers a wide variety of useful extensions that can improve your browsing experience. An extension is like a small “software program” that can modify and enhance the functionality of Google Chrome, such as ad blockers, password managers, and so on.

To install a Google Chrome extension:

1\. Navigate to the official [Chrome Web Store](https://chrome.google.com/webstore/category/extensions) in Google Chrome.

2\. Search for a specific extension in the search bar (or browse through the categories to find one). This tutorial uses the **uBlock Origin** extension for demonstration.

![Searching for a Google Chrome extension](https://adamtheautomator.com/wp-content/uploads/2022/12/image-204.png)

Searching for a Google Chrome extension

3\. Click **Add to Chrome** on the extension’s page to install the extension.

![Installing the Google Chrome extension](https://adamtheautomator.com/wp-content/uploads/2022/12/image-205.png)

Installing the Google Chrome extension

4\. Now, click **Add extension** when prompted to continue installing the extension. Wait for a few seconds until the installation completes.

![Confirming extension installation](https://adamtheautomator.com/wp-content/uploads/2022/12/image-206.png)

Confirming extension installation

## Managing Google Chrome Extensions

Extensions lets you make the most out of Google Chrome’s potential. But as cool as extensions may appear, they can also degrade the browser’s performance. Why not disable or remove some of the extensions, especially the ones you do not need?

To manage installed Google Chrome extensions:

Click the ellipsis (top-right) → **More Tools** → **Extensions** to open the Extensions page. The Extensions page lets you see and manage all installed extensions according to your preference.

![Opening the Extensions page](https://adamtheautomator.com/wp-content/uploads/2022/12/image-207.png)

Opening the Extensions page

On the Extensions page that appears, click on the toggle button to disable or enable an installed extension or click **Remove** to uninstall the extension.

![Managing extensions](https://adamtheautomator.com/wp-content/uploads/2022/12/image-208.png)

Managing extensions

## Conclusion

Fast and safe web browsing is a key factor for every internet user, and Google Chrome fulfills that key factor and provides a secure way to browse the web. In this tutorial, you have learned to install Google Chrome for Ubuntu, make it the default browser, and upgrade it to its latest version.

At this point, you have a full-fledged Google Chrome experience on your Ubuntu system and a way to up the experience via extensions. With its robust encryption protocols and various security measures, Google Chrome ensures that your data remains private and secure while browsing online.

With a complete setup of Google Chrome on Ubuntu, why not [enable Google Chrome’s developer mode](https://www.youtube.com/watch?v=sZeUZjhOfgM) and explore what else it offers?

Share this article

[Share on X](https://twitter.com/intent/tweet?url=https%3A%2F%2Fadamtheautomator.com%2Finstall-google-chrome-for-ubuntu%2F&text=How%20to%20Install%20Google%20Chrome%20for%20Ubuntu)[Share on Facebook](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fadamtheautomator.com%2Finstall-google-chrome-for-ubuntu%2F)[Share on LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fadamtheautomator.com%2Finstall-google-chrome-for-ubuntu%2F)

## Related Posts

![](https://adamtheautomator.com/wp-content/uploads/2024/03/openldap-4.jpg)

### [How to Install and Configure an OpenLDAP Ubuntu Server](/openldap/)

Unlock the power of OpenLDAP on Ubuntu for centralized user authentication, seamless access control management, and enhanced directory services!

![](https://adamtheautomator.com/wp-content/uploads/2024/03/ubuntu-ntp.jpg)

### [How to Setup Ubuntu NTP Server](/ubuntu-ntp/)

Learn to configure an Ubuntu NTP server for precise time synchronization across your network. Ensure seamless operations with accurate timekeeping!

![](https://adamtheautomator.com/wp-content/uploads/2022/04/How-to-Install-Apache-on-Ubuntu.jpg)

### [Install Apache on Ubuntu and Master Website Traffic Management](/install-apache-on-ubuntu/)

Ready to optimize your website for high traffic? Install Apache on Ubuntu with this step-by-step guide and ensure smooth performance under heavy loads.

## Categories

*   [IT Ops](/category/it-ops/)
*   [Cloud](/category/cloud/)
*   [DevOps](/category/devops/)
*   [Home Ops](/category/home-ops/)
*   [Information Security](/category/infosec/)
*   [Software Development](/category/software-development/)

## Site

*   [Home](/)
*   [Tutorials](/tutorials/)
*   [Instructors](/author/)
*   [Advertising](/advertising/)
*   [Recommended Resources](/resources/)
*   [About Adam](/about-adam/)

Copyright 2026© ATA Learning | [Privacy Policy](/privacy/)
