--Since I got stuck even installing Chrome in my first experience with CentOS, I will summarize the method
--CentOS version 7.8.2003
Download rpm file
Access the following page. - https://www.google.co.jp/chrome/thank-you.html?brand=CHBD&statcb=0&installdataindex=empty&defaultbrowser=0
Select 64-bit .rpm (for Fedora / openSUSE) and click "Agree and Install".
Click "Save as program file".
Installation using yum
Change to the Download directory.
Execute the following command to install.
```terminal
$ sudo yum -y install google-chrome-stable_current_x86_64.rpm
```
Click "Kickoff Application Launcher" at the bottom left of the desktop, and there is a Chrome icon in "Applications"-> "Internet".
Recommended Posts