[Explained] How to Install Google Chrome Browser on Linux?

Welcome to our detailed guide on how to install Google Chrome browser on Linux. In this comprehensive article, we will walk you through the step-by-step process of installing Chrome on various Linux distributions.

How to Install Google Chrome Browser on Linux?

Whether you’re a seasoned Linux user or a newcomer to the operating system, our guide will ensure that you can enjoy the speed, security, and features that Google Chrome has to offer.

Understanding the Importance of Google Chrome

Google Chrome has established itself as one of the most popular web browsers in the world, offering a plethora of features and functionalities that enhance your online activities. From its lightning-fast performance to its robust security measures, Google Chrome is a browser that caters to both casual users and professionals.

Prerequisites for Installation

Before we delve into the installation process, let’s ensure you have everything you need:

  • Ubuntu System: Make sure you have a functioning Ubuntu system up and running.
  • Internet Connection: A stable internet connection is necessary to download the installation package.

Methods to Install Google Chrome Browser on Linux

1. Update Package Repositories

Before installing Google Chrome Browser on Linux, it’s crucial to ensure that your package repositories are up-to-date. Open your terminal and enter the following command to update the package list:

sudo apt update 
sudo apt update 

This command will fetch the latest information about available software packages, ensuring that you have access to the most recent versions.

2. Install Dependencies

Google Chrome requires certain dependencies to run smoothly on your Linux system. To install these dependencies before Google Chrome Browser on Linux, execute the following command:

sudo apt install wget curl gdebi-core 
sudo apt install wget curl gdebi-core 

By installing these dependencies, you’re preparing your system to handle the installation of Google Chrome efficiently.

3. Download Google Chrome

Next, you’ll need to download the Google Chrome package using the wget command. Enter the following command in your terminal:

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

This command will retrieve the latest stable version of Google Chrome directly from Google’s servers.

4. Install Google Chrome

Once the package is downloaded, you can install Google Chrome using the gdebi command in linux, which also takes care of resolving any additional dependencies:

sudo gdebi google-chrome-stable_current_amd64.deb
sudo gdebi google-chrome-stable_current_amd64.deb

The gdebi tool ensures that all necessary dependencies are met before installing Google Chrome.

5. Launch Google Chrome

With Google Chrome successfully installed, you can now launch it from the terminal or your system’s application menu. To start Google Chrome from the terminal, simply type:

google-chrome 
google-chrome 

This command will open Google Chrome, allowing you to explore the web using its powerful features.

Conclusion

By following this comprehensive guide, you’ve successfully installed Google Chrome using the terminal on your Linux system. This method not only allows for efficient installation but also gives you a deeper understanding of the software installation process. Enjoy a seamless browsing experience with Google Chrome’s advanced features on your Linux operating system.

FAQs

How do I install Chrome on Linux?

A: To install Chrome on Linux, you can follow these steps:
1. Open your web browser (such as Firefox) and go to the official Chrome website.
2. Click on the “Download Chrome” button.
3. Select the version of Chrome appropriate for your Linux distribution (e.g., Ubuntu, Debian, Fedora, etc.).
4. Click on the “Download” button to start downloading the Chrome package file.
5. Once the download is complete, navigate to the directory where the package file is saved.
6. Open a terminal window and navigate to the directory where the package file is saved.
7. Use the appropriate package manager command to install the downloaded Chrome package file (e.g., for Ubuntu or Debian, you can use the “dpkg” command).
8. Follow the prompts to complete the installation process.
9. Once the installation is finished, you can launch Chrome from your application menu or by typing “google-chrome” in the terminal.

How do I install Chrome on Linux Mint?

A: To install Chrome on Linux Mint, you can follow the same steps as for Ubuntu, as Linux Mint is based on Ubuntu. Once you have downloaded the appropriate package file for your Linux Mint version, you can use the package manager command (e.g., “dpkg”) to install Chrome.

Is there a specific Chrome version for Debian?

A: Yes, there is a specific Chrome version for Debian. When downloading Chrome from the official website, make sure to select the appropriate version for Debian.

Can I use the “apt” command to install Chrome on Ubuntu?

A: No, the “apt” command is used to manage packages from the official Ubuntu repositories. To install Chrome, you need to follow the steps mentioned earlier, which involve downloading the Chrome package file from the official website and using the appropriate package manager command (e.g., “dpkg”).

Meet the Author

Abdul Rahim has been working in Information Technology for over two decades. Learn how Abdul got his start as a Tech Blogger , and why he decided to start this Software blog. If you want to send Abdul a quick message, then visit his contact page here.