CentOS7にChromeインストール。ここを参考にインストール実行。
/etc/yum.repos.d/google-chrome.repoを作成
[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
CentOSのGoogle Yum Repository Examplesにも記載あるね。
$ sudo yum update
$ yum search google chrome
「google-chrome-stable.x86_64 : Google Chrome」があるのでこれをインストールすることに。
$ sudo yum install “google-chrome-stable”
大量に依存関係のパッケージがあったけどとりあえずGo。Perl関係が大量にインストールされる。