Skip to content

How to Install Google Chrome on Ubuntu Linux

Richard
Written by
Richard
Oct 17, 2021 Updated Mar 18, 2026 2 min read
How to Install Google Chrome on Ubuntu Linux

You install Google Chrome on Ubuntu Linux by downloading and installing a Debian package (.deb file) directly from Google’s official website.

Google Chrome is Google’s popular web browser, renowned for its speed, security features, and extensive extension library. It’s not usually found within Ubuntu’s default software repositories, meaning you need to grab it manually.

You will download the correct `.deb` file, specifically the ‘amd64’ version for most modern Ubuntu desktop systems. Then, you’ll use a simple command in the terminal to get it up and running.

⚡ Quick Answer

Download the Debian package (.deb) from Google’s website. Open the downloaded file with Software Install, then click Install and authenticate with your password. Alternatively, use the terminal commands `wget` to download and `sudo apt install` to install.

How to download Google Chrome on Ubuntu Linux

Let’s get Google Chrome installed on your Ubuntu Linux system. Like with any other operating system, use an existing web browser to head to Chrome’s download page (link below).

Once on the download page, click the Download Chrome button to download and install.

google chrome ubuntu

Your browser should automatically pick the right version for your system. In this case, Debian/Ubuntu.

Click Accept and Install to begin the download process.

Google chrome ubuntu install
google chrome ubuntu 1

You’ll be prompted to choose the location to save the downloaded file. Click OK to accept the default option.

Google Chrome download page displayed on an Ubuntu Linux desktop
google chrome ubuntu 2

Once the file downloads, open your File Explorer. Navigate to your Home folder, then the Downloads folder.

Right-click the downloaded file and select ‘Open With Software Install.’

Google Chrome Ubuntu
google chrome ubuntu 3

This action will open the Ubuntu Software app, which handles installing applications on your system, where you can click ‘Install.’

Selecting the Debian or Ubuntu package for Google Chrome installation
google chrome ubuntu 4

After clicking Install, you will be prompted to type your password and authenticate. Confirm your password and continue.

Google Chrome Ubuntu
google chrome ubuntu 4 1

Wait for the installation to complete. After a brief moment, depending on the speed of your computer, Google Chrome should be installed and ready to use.

Once the installation is complete, go to the Activities ==> overview, then search for Google Chrome.

Ubuntu Google Chrome install
google chrome ubuntu 5

Launch Chrome, sync your data, and enjoy!

Google Chrome browser install
google chrome ubuntu 6

How to install Google Chrome using Command Line

You can actually do everything above with just two commands. If you’re comfortable using the command line, you can run these commands to download and install Google Chrome.

Run the commands below to download and install Chrome.

Command Prompt
cd /tmp 
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

After downloading, run the commands below to install from the same directory downloaded into.

🐧Bash / Shell
sudo apt install ./google-chrome-stable_current_amd64.deb

That should do it!

Conclusion:

  • Google Chrome is a powerful and widely used web browser that enhances your browsing experience on Ubuntu Linux.
  • The installation process can be done quickly via the GUI or command line, catering to all user preferences.
  • Following the steps outlined, users can quickly get up and running with Chrome on their Ubuntu systems.
  • For new users, utilizing Google Chrome can improve productivity and web navigation.
  • Enjoy seamless browsing alongside the extensive features and security that Google Chrome offers.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version