Installing Google Chrome in CentOS 8
The following guide describes how to install the Google Chrome browser in the CentOS system with a few commands 8
At the beginning we start our terminal and issue a command in the console to download the repository :
1 | wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm |
We install them in the system:
1 | sudo dnf localinstall google-chrome-stable_current_x86_64.rpm |
The browser is now available from the menu of our system.