LoginSignup
3
2

More than 5 years have passed since last update.

Scientific Linux 7.1 に yum で Chrome をインストールする

Posted at

概要

Scientific Linux 7.1 に yum で Chrome をインストールする。

環境

cat /etc/redhat-release
stdout
Scientific Linux release 7.1 (Nitrogen)

手順

1. リポジトリを追加する

sudo emacs /etc/yum.repos.d/google-chrome.repo
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

2. リポジトリが登録されたか確認する

yum info google-chrome-stable
stdout
名前                : google-chrome-stable
アーキテクチャー    : x86_64
バージョン          : 47.0.2526.106
リリース            : 1
容量                : 171 M
リポジトリー        : installed
提供元リポジトリー  : google-chrome
要約                : Google Chrome
URL                 : https://chrome.google.com/
ライセンス          : Multiple, see https://chrome.google.com/
説明                : The web browser from Google
                    : 
                    : Google Chrome is a browser that combines a minimal design with
                    : sophisticated technology to make the web faster, safer, and easier.

3. インストールする

sudo yum install google-chrome-stable

4. 確認

アプリケーション > インターネット > Google Chrome にアイコンが登録されていることを確認。

参考

3
2
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
3
2