How to Install Google Chrome on CentOS 8 Linux
To install Google Chrome on CentOS 8, first, we need to download the chrome RPM installer for Centos Linux. After downloading the RPM package, we can use the dnf install command to install the Chrome web browser.
To get started, open a Terminal and log in as the root user:
su -
To download the latest version of Chrome, issue the following command:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Now, we can use the dnf command to install Google Chrome:
dnf -y install google-chrome-stable_current_x86_64.rpm
That is all we need to do.