Google chrome browser is one of the most popular Internet browsers. It is developed by Google and can be easily installed on RHEL 8 / CentOS 8 Linux as an alternative for the Firefox browser which comes as default.
In this tutorial you will learn:
- How to download Google Chrome browser.
- How to install Google Chrome browser using GNU package manager and command line.
- How to start Google Chrome Browser.
Software Requirements and Conventions Used
Category | Requirements, Conventions or Software Version Used |
---|---|
System | RHEL 8 / CentOS 8 |
Software | Google Chrome 70 or higher |
Other | Privileged access to your Linux system as root or via the sudo command. |
Conventions |
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
How to install Google Chrome in Redhat Linux 8 step by step instructions
- Download the Google Chrome RPM package from the official Google Chrome download page.
- Use the GUI software install application to install Google Chrome directly after download. Follow the installation wizard instructions to complete the installation.
Alternatively, download the Google Chrome to your home directory eg.
Downloads
folder and install the package using thednf
command.First use the
su
command to change to root and then execute thednf
command to install the package:$ cd Downloads/ $ ls google-chrome-stable_current_x86_64.rpm $ su Password: # dnf install google-chrome-stable_current_x86_64.rpm
- Start the Google Chrome browser by searching the
Activities
menu for the keywordchrome
or start the Chrome browser directly from the command line:$ google-chrome