Google Chrome を Centos7 にインストールする

● Google Chrome を Centos7 にインストールする

sudo vi /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

* Google Chromeのインストール

sudo yum install -y google-chrome-stable

* IPAゴシックフォントのインストール

sudo yum install -y ipa-gothic-fonts 

* その他フォントのインストール

sudo yum install -y ipa-mincho-fonts ipa-pgothic-fonts ipa-pmincho-fonts

* Google Chromeの起動チェック

google-chrome --version
Google Chrome 79.0.3945.130 

OKです!

No.1666
01/21 16:18

edit