Chrome installed under CentOS7 environment

1. Modify the source yum
New File google-chrome.repo at /etc/yum.repos.d/ directory,

cd /etc/yum.repos.d

vi google-chrome.repo

Add the following to which:

[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

2. Install

yum install google-chrome-stable --nogpgcheck

1

2

Published 18 original articles · won praise 0 · Views 468

Guess you like

Origin blog.csdn.net/aflyingcat520/article/details/105332260