LoginSignup
0
0

More than 3 years have passed since last update.

CentOSにchromeを入れる

Posted at

はじめに

CentOS入れてブラウザーのchromeを導入します。

実行するコマンド

以下のコマンドをコピーペースとしてterminalで実行します。ヒアドキュメントにしておきました。

cat << EOS > /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
EOS
yum -y install google-chrome-stable

おわり

情報をさがすのに好きなブラウザを使いたいので、すぐに入れたくなります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0