Install Google Chrome on Rocky Linux 8

In this tutorial from the Orcacore website, we intend to teach you How To Install Google Chrome on Rocky Linux 8. Google Chrome is a web browser that’s free to download from the internet. Created by the company that created the Google search engine, it’s been designed to be both simple to use and fast.

Google Chrome’s key benefits and features:

  • Pages are quick to open and load.
  • You can search the web from inside the address bar.
  • You can add favorite websites to a folder or the Favorites Bar.
  • If you personalize the browser with iGoogle, you can include instant information on local news, weather, sports, or virtually anything else that interests you.
  • You can check your Gmail – the Google email account – from within the browser.

Steps To Install Google Chrome on Rocky Linux 8

To install Google Chrome, you must log in to your server as a non-root user with sudo privileges. To do this, you can follow our guide on the Initial Server Setup with Rocky Linux 8.

Now follow the steps below to complete Chrome installation on Rocky Linux 8.

1. Download and Install Google Chrome on Rocky Linux 8

First, you need to update your local package index with the following command:

sudo dnf update -y

Then, you must install the EPEL repository on your server with the command below:

sudo dnf install epel-release -y

By default, Google Chrome is not available on the Rocky Linux base repository. So you need to download the Google Chrome RPM package from the official page with the wget command:

sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

When your download is completed, use the following command to install Chrome on Rocky Linux 8:

sudo dnf install google-chrome-stable_current_x86_64.rpm -y

Verify your Google Chrome installation by checking its version:

google-chrome --version
install chrome on Rocky Linux 8

That’s all. The Google Chrome browser is installed and ready to be used on your Rocky Linux server.

Note: The official Google Chrome repository is automatically added to your system’s repositories. This implies that if a new browser version is released, the update package will be made available with the rest of your system’s regular updates.

Also, you can check the available repositories with the following command:

sudo dnf repolist
Check available Chrome repository on Rocky Linux 8

2. How To Launch Chrome on Rocky Linux 8?

At this point, you can launch the Chrome browser from the GNOME Activities menu and enjoy fast and safe web browsing.

Also, you can launch it from the command line interface:

google-chrome

As you start it, a pop-up will appear asking to make the browser the default and send a crash report. If you want to don’t want that, then you can uncheck the options.

3. Remove Chrome from the Rocky Linux server

If you no longer want to use Chrome, you can easily remove it by typing the following command:

sudo rm google-chrome-stable_current_x86_64.rpm

Conclusion

At this point, you have learned to install Google Chrome on Rocky Linux 8. By downloading the Chrome RPM package from the official website and using the dnf package manager to install it, you can quickly set up the browser. Once installed, Chrome can be launched from the applications menu or terminal.

Hope you enjoy it. Please subscribe to us on Facebook and Twitter.

You may also like to read the following articles:

Install Linux Kernel 6.14 on Rocky Linux

What Is the Comet Web Browser?

Install PostgreSQL 15 on Rocky Linux 8

Share your love

Stay informed and not overwhelmed, subscribe now!