Step 1: add a new repo named google-chrome.repo
in /etc/yum.repos.d/
1 | cd /ect/yum.repos.d/ && vim google-chrome.repo |
Step 2: the file centent of google-chrome.repo
is like following:
1 | [google-chrome] |
Step 3: now install it
1 | yum -y install google-chrome-stable --nogpgcheck # for some reason in some country |
Step 4: let’s start it
1 | google-chrome & |