How to Install Google Chrome on Ubuntu Linux
Installing Google Chrome on Ubuntu Linux involves downloading a specific file from Google and then using a simple command to add it to your system.
Google Chrome is a widely used web browser known for its speed and security features. Ubuntu, a popular Linux operating system, does not come with Chrome pre-installed.
To get Chrome on your Ubuntu machine, you will download a Debian package, often called a .deb file, directly from Google. For most newer Ubuntu computers, you’ll select the ‘amd64’ version of this package.
After downloading, you open the terminal on Ubuntu and run a straightforward command to complete the installation process.
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
You can download Google Chrome on Ubuntu Linux straight from your current web browser. Go to the official Google Chrome download page and click the ‘Download Chrome’ button. The website automatically detects the correct version for your Ubuntu system, ensuring a smooth installation and operation.
Once on the download page, click the Download Chrome button to download and install.

Google Chrome for Debian/Ubuntu automatically selects the correct program version for your computer system. This ensures Chrome runs correctly on your Ubuntu installation.
Click Accept and Install to start the download.

The system will ask where you want to save the file; ‘OK’ selects the default.

When the download finishes, open your File Explorer, go to your Home folder, and then the Downloads folder.
Right-click the downloaded file and choose ‘Open With Software Install.’

This launches Ubuntu Software, where you can click ‘Install.’

You’ll then be asked for your password to authenticate. Confirm it, and the installation will begin.

Wait for the installation to complete. After a brief moment, depending on the speed of your computer, Google Chrome will be ready.
To launch it, go to the Activities ==> overview, search for Google Chrome.

Launch Chrome, sync your data, and enjoy!

How to install Google Chrome using Command Line
Installing Google Chrome from the command line on Ubuntu is a swift process. You’ll use a few commands in your terminal. First, you’ll download the Chrome package to a temporary location, then run another command to install it directly onto your system.
Run the commands below to download and install Chrome.
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.
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.
Can I install Google Chrome on Linux Ubuntu?
Yes, you can easily install Google Chrome on Ubuntu Linux. You'll need to download a special file directly from Google's website and then use a command in the terminal to install it. It's not included by default, so manual installation is required.
How do I install Chrome on my Ubuntu terminal?
After downloading the Google Chrome .deb file from Google's website, open your terminal. Navigate to the folder where you saved the file. Then, type `sudo dpkg -i google-chrome-stable_current_amd64.deb` and press Enter to install it.
Why can't i install Google Chrome on Ubuntu?
Google Chrome isn't in Ubuntu's standard software list because it's made by Google, not Ubuntu. To install it, you must download a specific file from Google's site. This allows you to add Chrome to your system manually.
How to reinstall Chrome browser in Ubuntu?
To reinstall Chrome on Ubuntu, first remove the current version using the terminal command `sudo apt remove google-chrome-stable`. Then, download the latest .deb file from Google's website and install it again using `sudo dpkg -i google-chrome-stable_current_amd64.deb`.
Was this guide helpful?
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!