Google Chrome is one of the most famous and widely used browsers of all time. With its sleek and modern design and a fast and secure experience, it is a top choice when it comes to browsers. In this article, we will take a look at how to install Google Chrome on RHEL-based distros. This is a very popular family of Linux distros based on the Red Hat Enterprise Linux, examples of other such distros are the community-driven, Fedora, Rocky Linux, Alma Linux, and more.
Method 1: Using the RPM package
RPM stands for RPM Package Manager, and it is an executable file format used by many Red Hat-based community-driven, Linux distros. Since RHEL and distros based on RHEL are very popular, Google does have an official RPM package that can be downloaded and installed from their website. This is the safest, easiest, and recommended way to install Chrome on RHEL-based Linux Distros. One might follow the following steps to install Chrome :
Step 1 : Open the built-in browser (Firefox, in most cases) and search for Google Chrome. When you do so, multiple options will appear on the screen, relevant to your query. Since we want to download the package from the official Google Chrome website, we click on the first option, that says "Download Now". This will navigate us to the page from where we can download the package from.
Search for Chrome
Step 2: When we reach this page, we will be greeted with a subtle animation about the features of the Chrome browser. And we can also see a download button, Just click the "Download Chrome" button.
Click on Download Chrome
Step 3pop-up: After clicking the button an overlay/pop-up , asks us which distribution/distro we are using. Since we are using a Red Hat (RHEL) based distro we choose the 64-bit .rpm package, which is a packaging format supported by RHEL, Fedora, and many other derived distros.
Installing Chrome
Step 4 double-clickdouble-click: Now we need to wait for some time for the file to download. Once the file is downloaded we head to the file manager and navigate to the Downloads folder. Here we see an executable file named google-chrome-stable_current_x86_64.rpm. This is the executable file that we need to install on our systems to install Chrome. To do this we simply double-click on the file to open it with the default app.
Double-click the downloaded file to open
Step 5: This opens the application store. From here we are now able to install the application on our systems. So we can go ahead and click the blue-colored Chromeup sourceChrome Install button to finally install Chrome.
Click on the install button
Step 6: After the installation is complete, we can go ahead and search for the Google Chrome app from the application menu and start using it. Just as we are used to on any other device.
Start using chrome
Method 2 : Using Flatpak
Flatpak is another popular way of installing new software on Linux open source based Hat-based open-sourceHat-basedopen-source RHEL-based open source and has been very popular in recent years. It is famous for its sand-boxed nature and opensource background. It can be used to quickly install apps on almost any Linux distro with ease. For this flatpack, music blue-colored Chromebased be enabled by the distro, if it is not, in that case, musicLinux open source go to https://flathub.org/setup and use the guidelines to set it up sourceRHEL-based open source based since they do differ from distro to distro. Following are the steps to install Google Chrome on RHEL-based pack flatpack distros using the flatpak image available on flathub :
Steps :
Step 1: Using the keyboard click the combination Ctrl+Alt+T this will open up the terminal application. If for some reason you are unable to do this. Just search for the the terminal from the application menu. After the terminal is open run the command "flatpak install flathub com.google.Chrome" on the terminal. This command is used to install the flatpak image of Google Chrome from the FlatHub website. (One of the biggest and best Flatpak stores)
flatpak install flathub com.google.Chrome
Run "flatpak install flathub com.google.Chrome"
Step 2: After running the command, we are asked for the confirmation, about whether or not we want to install the application. Since we want to install the application we type "y" to confirm the installation of this new application and the script continues.
Type "Y" to proceed
Step 3: After this, the flatpackstores command will list out all of the various dependencies that will be installed for the proper working of this app, along with their sizes. Since we know the application can not work without its dependencies already installed we simply type "y" once again to ensure successful download and setup of all dependencies.
Type "y" to confirm dependencies
Step 4: After some time, depending on your internet speed and the load on servers at the time, the application files will be downloaded and installed. At this point, we will see a small output stating "Installation Completed". So now we can go ahead and use the application.
Installation Complete
Step 5: To use Chrome, just search for the ChromeWindows app from the application menu and click on it. This opens up the Google Chrome we are all familiar with. Now we can sign in and use the application in the same way, as we might on a Windows machine.
Start using chrome
Method 3RHEL-based: Using DNF
DNF stands for Dandified YUM package manager and is a widely popular package manager for RHEL-based, distros. DNF was introduced back in 2016 and is used by distros like Fedora, Alma Linux, Rocky Linux, and many more. With a simple-to-use, command line interface, it is a prime choice for installing, updating, and deleting packages. Hence it is based on RHEL-based installation flat packChrome obvious that we are including steps to install chrome via DNF as well. One might follow the following steps to install Chrome using DNF:
Steps :
Step 1: Using the keyboard click the combination Ctrl+Alt+T this will open up the terminal application. If for some reason you are unable to do this. Just search for the the terminal from the application menu. After the terminal is open run the command "sudo dnf install fedora-workstation-repositories" on the terminal. This command is used to enable third-party repositories access on Fedora to provide access to software that isn't available on base versions of Fedora by default.
sudo dnf install fedora-workstation-repositories
Enabling Fedora's third-party repositories
Step 2: Now that we are done, enable third-party, third-party access to third-party repositories. The next the the step is to enable the Google Chrome repository. This in particular will allow us to download, install, next Chrome, and update Chrome via DNF. To do this we run the command "sudo dnf config-manager --set-enabled google-chrome".
sudo dnf config-manager --set-enabled google-chrome
Enabling Google Chrome's repository
Step 3: Now we remain with one last thing to do, and that is to finally install Google's Chrome browser. To do this we use the same command as we use for any other package we install from dnf, but since we want a Chromestable version of Chrome and not a developer or canary build, we write the following command "sudo dnf install google-chrome-stable" with root privileges.
sudo dnf install google-chrome-stable
Installing Google Chrome
Step 4: To use Chrome, just search for the ChromeWindows app from the application menu and click on it. This opens up the Google Chrome we are all familiar with. Now we can sign in and use the application in the same way, as we might on a Windows machine.
Start using Chrome
Method 4the : Using YUM
the enabled third-party manager is now manager widely used DNF package manager. YUM is a front end for the RPM package manager and allows for easy installationRPM and update of RPM packages. YUM is quite similar to package managers like apt, but unlike apt which is meant for DebianRHEL-based based distros, YUM can be used for RHEL-based distros.
So, follow the following steps to install Chrome using YUM :
Steps :
Step 1: Using the keyboard click the combination Ctrl+Alt+T this will open up the terminal application. If for some reason you are unable to do this. Just search for the the terminal from the application menu. After the terminal is open run the command "wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm" on the terminal. This command will download the latest rpm package of Google Chrome's stable version from its website.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Downloading the RPM executableStep 2: Now that the download is done, we can go ahead and use YUM to install this package. To do this we simply run the command "sudo yum install ./google-chrome-stable_current_*.rpm". This will install whatever version of stable Google Chrome we downloaded just now.
sudo yum install ./google-chrome-stable_current_*.rpm
Installing the rpm package using YUMStep 3: To use Chrome, just search for the ChromeRHEL-based app from the application menu and click on it. This opens up the Google Chrome we are all familiar with. Now we can sign in and use the application in the same way, as we might on any machine. Another way to do this might be to use a simple terminal command "google-chrome &", this will also open Chrome.
google-chrome &
Start using ChromeConclusion
Installing software like Google Chrome on Popular distros like RHEL-based installation, installation distros can be done in multiple ways, by default it is recommended to use the official packages for ensuring safety. However if for some reason these packages are not working then trusted packages from 3rd party sources might be required. These are generally not recommended, since they are not assured by Google themselves, but sometimes they are the only option.
So try to stick with the first option, but if it doesn't work then use other options.
Similar Reads
How to Install Google Chrome in Arch-based Linux Distributions?
Google Chrome is a world-wide very popular browser. Google Chrome is not an open-source project, hence chrome is not preinstalled on Linux systems. The installation of Google Chrome on Linux distributions like Ubuntu is very easy. For Arch Linux and Arch-based distributions, Google Chrome is availab
3 min read
How to Install Google Chrome on Kali Linux
Want to use Google Chrome on your Kali Linux system? Kali Linux is a special operating system made for security testers and hackers, and it comes with Firefox as its default browser. But if you prefer Chrome for its speed, features, or just because youâre used to it, you can add it easily! Since Chr
4 min read
How to Install Brave Browser In Linux Mint
Brave is an open-source, cross-platform, and free web browser developed by Brave Software, Inc. based on the Chromium web browser. Brave web browser mainly focuses on privacy, this browser automatically blocks online advertisements and trackers on websites in settings that come in default. The brave
2 min read
How to Install Piwik (Alternative to Google Analytics) in Linux
Piwik is open-source software. It is currently known as the Matomo software. Piwik is the older version of this software product. Formerly, Matomo is known as the Piwik. Matomo is also known as Piwik Pro. Means, Piwik, Matomo, and Piwik Pro all are the same things with different names. Piwik is a we
8 min read
How to Install and Run curlie Command on Linux?
Curl has been replaced by the more recent Curlie command, which provides a better command-line web request experience. This article will lead you through the installation process and show you how to use Curlie efficiently if you want to install it on Linux. Installing Linux curlie is simple, regardl
4 min read
How to Install Chromium Web Browser on Linux
Google launched and manages Chromium, an open-source, multi-platform web browser. Chromium is a web browser that is fast, stable, and secure. Google's Chromium browser is an open-source project. Google Chrome, Microsoft Edge, Opera, and many web browsers are all based on the Chromium source code. bu
2 min read
How To Install Docker In RHEL ?
Docker is a well-known platform that empowers engineers to build, ship, and run applications in containers, giving consistency across various conditions. Introducing Docker on Red Hat enterprise Linux (RHEL) is a direct interaction that improves the effectiveness of programming software improvement
5 min read
How to Install Gnome on Arch Linux
Arch Linux is known for its adaptability and moderation, allowing users to create their Linux operating system for specific needs. It is one of the most popular Linux system configurations, providing a clean and easy-to-use interface. assuming you're an arch Linux user hoping to install gnome, follo
5 min read
How to Add Extensions in Google Chrome - 3 Methods
Google Chrome extensions are powerful tools that can enhance your browsing experience by adding new features, improving productivity, or customizing your browser. Whether you're looking to block ads, save passwords, or improve your social media workflow, installing Chrome extensions is a quick and s
7 min read
How to install Brave Browser on Arch-based Linux Distributions(Manjaro) ?
Brave is a free, open-source cross-platform web browser developed and maintained by Brave Software Incorporation. With Brave, you can keep your browsing activity private by automatically disabling website trackers and blocking advertisements. It is built on top of Chromium, which is an open-source v
2 min read