How to Install Google Chrome on Ubuntu 23.10 & 24.04

Quick Insight

Chrome runs fast and stays safe on your Ubuntu system. First, open Firefox and visit the Google Chrome download page. Pick the 64-bit .deb file and save it to your disk. Next, double-click that file to launch the Software Install tool. Hit the Install button and type your password. In the end, you get a browser that syncs with your Gmail and loads pages in seconds.

In this article, we will examine how to set up the Chrome browser developed by Google, which allows you to visit websites on the Internet faster, safer, and easier on the Linux / Ubuntu 23.10 & 24.04 operating systems.

Installing Google Chrome on Ubuntu

How to Set Up Google Chrome Web Browser Latest Version on Ubuntu

Google Chrome is the most used and preferred fast web browser in the world market. You can use this web browser on Windows operating systems developed by Microsoft, as well as on Linux distributions.

If you’re new to the world of Linux, you probably have a lot of questions. Setting up the system itself can be just as daunting as installing Chrome at first. To be clear, the right ISO image and a USB drive will more than suffice. The guide I’ve prepared specifically for you, titled “Setting Up an Ubuntu Environment from Scratch“, explains every step in great detail.

Chrome is an application that is faster and safer compared to other web browsers, and it is also easy for users to use. Therefore, it is widely preferred by both home users and software developers.

Since the use of Google services with the Chrome browser is more specific, users can open their Gmail accounts in this browser and synchronize them with all their devices.

System Requirements

PlatformRequirements
Windowsa) Windows 7, Windows 8, Windows 8.1, Windows 10, or higher
b) Intel Pentium 4 processor or higher (SSE3 enabled)
Linuxa) 64-bit Ubuntu 18.04+, Debian 10+, openSUSE 15.2+, or Fedora Linux 32+
b) Intel Pentium 4 or a newer processor with SSE3 support
MacOS X El Capitan 10.11 or later
AndroidAndroid Marshmallow 6.0 or later

There are two methods to install Google Chrome on Linux.

  1. Downloading and Installing Browser GUI via Google
  2. Downloading and Installing the Browser with Terminal

In this article, we will explain both methods for installing the Chrome browser.

You’ve seen the list of hardware requirements for Chrome. Does your computer meet these requirements? The quickest way to find out is by running a few terminal commands. The truth is, checking Ubuntu’s system specifications is much simpler than you might think. For a comprehensive guide on how to do this, I’ll direct you to the relevant guide.

How to Install Chrome using the GUI (User Interface)

If you are not familiar with Linux commands, the simplest method to install the Chrome browser is to use the user interface. You can download the deb package to your computer by visiting the developer’s website from the user interface and easily install the web browser on your computer.

Step 1

Open the Mozilla Firefox browser installed on your computer, type Chrome download in the Google search box, and press Enter. View the usually top-ranked website listed on the Google search page or visit https://www.google.com/chrome/ to go directly to the download page.

Click the Download Chrome button to download the web browser developed by Google.

Browser Developed by Google

Step 2

If you are using a Fedora/openSUSE operating system, you need to choose the second option to download the RPM package. If you are going to download the web browser for the Ubuntu distribution, select the 64-bit .deb (For Debian/Ubuntu) option and click the Accept and Install button.

Download Chrome for Linux

Step 3

The Google Chrome 64-bit.deb file will start downloading automatically. If the save file window opens, select the download location and click the Save File button.

Google-Chrome-Stable

Step 4

After downloading the .deb package, go to Downloads and double-click on the Chrome.deb file to start the installation. If the installation fails to start, right-click on the .deb package and then click Open With Other Application.

When the Select Application window opens, select the Software Install application and click Select.

Installing the Chrome.deb Package with Software Install

Step 5

Click the Install button in the Google Chrome Stable installation window. In this step, if a window opens asking you to enter your account password, type your root password and click the Authenticate button.

Installing Google Chrome

Step 6

After installing Google Chrome on Ubuntu, open the start menu, find the program by typing “chrome” in the search box, and run it.

Running Chrome

Step 7

To make Chrome the default browser and automatically send usage statistics to Google, tick both options and click the OK button.

Configuring the Web Browser as Default

Step 8

On the Welcome to Chrome homepage, you need to make a few simple settings. Click the Get Started button to customize your browser.

Configuring the Web Browser

Step 9

If you prefer to add your favorite Google applications to your browser’s bookmarks, tick the listed applications and click Next.

Bookmarking Google Apps

Step 10

You can change the background of your Google browser by selecting one of the listed images or adding a personal photo of your choice.

Selecting Background

Step 11

If you want to sync your bookmarks, passwords, and saved website logins across all your devices, you need to open your Gmail account in your browser. If you plan to log in later, click No Thanks on this screen and continue.

Bypassing Opening Online Account

Step 12

To check the version of the Google browser, click on the three vertical dots and click Help / About from the options that appear.

Opening About Google Chrome

Step 13

You can check that you have installed the latest version of the browser in the Version section of the About Chrome window.

Checking the Browser Version

How to Uninstall Google Chrome from an Ubuntu PC

When you want to uninstall the Chrome browser from your Linux computer, you can do this using the Software Center, or you can quickly uninstall using the terminal.

Step 1

On your Ubuntu system, click Software Install from the software listed in the left sidebar and click Installed Applications in the application interface that opens.

Uninstalling Chrome with Software Install

Step 2

Check the list of applications installed on your computer and find the Chrome browser. Click the Uninstall button next to the application and confirm the operation.

Confirming Uninstall

Step 3

You can see that the browser is not installed on your system when you search for “Chrome” again in the start menu.

Checking the Browser's Shortcut

How to Install Chrome using Terminal

In order to make the installation of programs faster in Linux distributions, the necessary commands are usually used via the terminal. Users with basic Linux knowledge can quickly install a web browser or 3rd party software on their computers using this method.

During install, you may sometimes face permission issues when asked for the root password. Things can get especially hard if you have forgotten the password. There is one key thing to remember: it is possible to fix this issue without panic. If you run into problems with root access in Ubuntu, I have made a full recovery guide for you.

Step 1

Quickly open the terminal by pressing CTRL + ALT + T together and execute the “cd ~/Downloads” command to go to the location where you will download the program. Next, you need to type the website address using the wget command to download the Chrome.deb package from the Google server.

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

If you are using the Ubuntu 32-bit system, you need to use the command below to download the browser’s x86-supported deb package.

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

Installing Chrome with Terminal

Step 2

After downloading the deb package, execute the command “sudo dpkg i- google-chrome-stable_current_amd64.deb” in the terminal to start the installation.

sudo dpkg i- google-chrome-stable_current_amd64.deb

Installing the Deb Package

How to Uninstall Google Browser from Ubuntu PC with Terminal

You can use some commands in the terminal to quickly uninstall a program in Ubuntu or other Linux distributions.

Step 1

To uninstall the Google web browser you have installed on Ubuntu, execute the “sudo apt purge –auto-remove google-chrome-stable” command in the terminal and press Y and Enter to confirm the dependent packages to be removed.

sudo apt purge --auto-remove google-chrome-stable

Uninstalling the Browser Using Terminal

Video

Video Thumbnail
Watch on YouTube

Installing Old Versions

Ubuntu VersionYouTube VideoSlide
18.04WatchView
22.04 (NEW)Watch

FAQ About Google Chrome on Ubuntu

I downloaded the .deb package for Ubuntu but I get a dependency error during installation. What should I do?

This error usually shows up when there are missing libraries on your system. You do not need to panic at all. The solution is hidden in a very simple terminal command.
First, go to the folder where the .deb file you downloaded is located. Then run the sudo dpkg -i google-chrome-stable_current_amd64.deb command. If you see error messages, immediately type sudo apt-get install -f right after it.
This second command will automatically find and install the missing dependencies.
In some cases, tools like GDebi Package Installer can also do the job. Still, my favorite has always been the terminal. You get much clearer feedback compared to visual interfaces. You see the source of the problem right away.
After the setup is done, it is enough to type google-chrome-stable in the terminal to start the browser. On the first launch, it will ask you for permission to make it the default browser.

Is it smarter to install from the terminal or the graphical interface?

Honestly, there is no single right answer to this question. Everything depends on how close you are with Linux. The graphical interface is a great choice for beginners. You click the download button and the package manager takes over.
But the really fun part lies in the terminal. Downloading the file with wget and installing with dpkg gives you full control. What is more, you finish the job in seconds. Also, the terminal tells you about dependency problems right away.
In the graphical interface, errors can sometimes be silently ignored. The terminal, on the other hand, says everything openly. I usually suggest the terminal method to my clients. Because the spirit of Linux lies in the command line.
But do not be scared. The wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb command downloads the file. Then the setup starts with sudo dpkg -i google-chrome-stable_current_amd64.deb.

Does Google Chrome update itself automatically after installation?

This is a wonderful question. The answer is both yes and no. If you do a manual install using the .deb package, Google’s official repo is automatically added to your system. This way your browser is renewed together with other system updates.
After the repo is added, the sudo apt update and sudo apt upgrade commands also keep Chrome up to date. Everything is fully transparent and depends on your approval.
What if you installed from the graphical interface? Do not worry. The repo is added again during setup. When Ubuntu’s Software Updater tool comes into play, it also lists Chrome.
In the end, I can say that Google is quite thoughtful on this point. Your risk of missing security patches is almost zero. As long as you update your system regularly, your Chrome always stays on the latest stable version. On the other hand, you do not need to manually download and install the deb package again.

I use 32-bit Ubuntu. How can I install Chrome?

In this case, I have some news that will sadden you a bit. Google no longer offers official Chrome support for 32-bit Linux systems. The last 32-bit version was released in 2016 and has not received a security update since then.
So even if you find and install an old 32-bit .deb package, this creates a huge security risk. I never recommend it for banking transactions or password entries.
So what is the solution? First, if your hardware allows it, switch to 64-bit Ubuntu. The 24.04 LTS version offers a wonderful chance on this point. If your hardware does not support 64-bit, turn to the Chromium browser.
Chromium is the open-source sibling of Google Chrome. Its 32-bit version is still available in Ubuntu repos. You can easily install it with the sudo apt install chromium-browser command. It is almost the same visually and stays up to date.

Support for Ubuntu 23.10 has ended. Can I keep using Chrome on this version?

Technically yes, you can use it for now. But this would not be a very smart move. The Ubuntu 23.10 interim release completely lost support as of July 2024. Your system no longer receives critical security patches.
This means that the holes discovered in your operating system will stay open forever. Even if Chrome itself is updated, if the underlying system is unprotected, your data is in danger. Honestly, I do not want you to take this risk.
In the end, my biggest advice to you is to do a clean install of the 24.04 LTS version as soon as possible. The 24.04 version will get security support until 2029. Do not forget to back up your home folder during the switch.
When you move to the new system, Chrome installation is completed with the same simple steps. What is more, this time both the operating system and the browser run safely for many years. Because security is never something to be patched up later.

Conclusion

In conclusion, installing Google Chrome on Ubuntu is quite simple and easy. You can also choose between a graphical interface and a terminal method. In short, you can quickly install Chrome using the steps I have explained.

Once the repository is added, keeping your system current is very easy. Not just browser updates, but all system updates come through this way. In simple words, making a routine of regular updates is the base of security. Over time, you may want to adjust your update settings. For that, I suggest looking at my guide on setting up Ubuntu system updates.

In addition, Chrome is one of the fastest and most secure browsers. It also offers you seamless integration with Google services. Thanks to this integration, you can easily access your accounts. Plus, you can synchronize your data between different devices. You can increase your productivity by customizing your web browser. In short, it allows you to surf the Internet safely and efficiently.

They'll Thank You for Discovering This Guide!

Ready to do your loved ones a huge favor with just one click? Knowledge grows as it is shared.

Be the first to share your comment