So installieren Sie Google Chrome auf CentOS 8
-Perform update yum repositories.
$ yum update
-Use wget to download the latest Google Chrome .rpm package :
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
-How to Install Google Chrome on CentOS 8
-To install packages on CentOS requires administrative privileges.
Running the following command as a user with sudo privileges to install Chrome
.rpm package on our system and provide option Y.
$ sudo yum install ./google-chrome-stable_current_x86_64.rpm
-Now we can open the Google Chrome browser via terminal.
Enter the following text in the terminal window, and Chrome will start.
$ google-chrome
-or Go to activities and search for Google Chrome. Then, double click on it.
OHIOLee