予め、yum update でシステムの更新を行った。
□システムの情報を表示させた。
# uname -a
Linux localhost.localdomain 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 24 16:09:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
■Chromeリポジトリ利用のための設定を行った。
次のページに、上記Linux環境のブラウザからアクセスした。
https://www.google.com/chrome/browser/desktop/index.html「Linux 版(Debian / Ubuntu / Fedora / openSUSE)」のためのChromeをダウンロードするリンクボタンが現れた。
これをクリックすると、「Chrome for Linux をダウンロード」というウインドウが開き、
そこではパッケージのタイプを選択してダウンロードできるようになっていた。
(利用規約が表示されている。)
CentOS 7環境で使用するので、64 bit .rpm (Fedora / openSUSE 版)を選択した。
ここでダウンロードされるパッケージをインストールすることによって、
専用レポジトリの導入と、依存関係パッケージの導入が同時に行われる。(後述)
注釈には、次のように書かれていた。
注: Google Chrome をインストールすると Google レポジトリが追加され、Google Chrome がシステムで自動更新されます。Google のレポジトリを追加したくない場合は、パッケージをインストールする前に「sudo touch /etc/default/google-chrome」を実行してください。
■Chromeのインストールを行った。
○インストール
# yum install google-chrome-stable
必要な依存関係パッケージの導入と、専用リポジトリ利用のための設定が行われた。
○追加されたレポジトリ情報を確認した。
# cat /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub
# yum info google-chrome-stable
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.riken.jp
* epel: ftp.jaist.ac.jp
* extras: ftp.riken.jp
* updates: ftp.riken.jp
インストール済みパッケージ
名前 : google-chrome-stable
アーキテクチャー : x86_64
バージョン : 54.0.2840.100
リリース : 1
容量 : 170 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.
デスクトップ環境のアプリメニューにChromeの項目が表示され、起動できるようになった。
起動しない場合は、次のコマンドで起動できることがある。
ただし、セキュリティーが低下する。
■プラグインを有効にした。
デフォルトでは、プラグインが有効になっておらず、Twitterなどのビデオが再生できなかった。
Chromeを起動し、アドレスバーに次のように入力する。
他にもいくつかのプラグインを確認できた。
<参考>
・Get a fast, free web browser
< https://www.google.com/chrome/browser/desktop/index.html > 2016年11月14日
・Video does not display in Firefox, Safari, Chrome | Flash Player
< https://helpx.adobe.com/flash-player/kb/video-display-firefox-safari-chrome.html > 2016年12月14日
$ google-chrome-stable --no-sandbox
■プラグインを有効にした。
デフォルトでは、プラグインが有効になっておらず、Twitterなどのビデオが再生できなかった。
Chromeを起動し、アドレスバーに次のように入力する。
chrome://plugins/すると、Adobe Flash Playerなどのプラグインを有効化できた。
他にもいくつかのプラグインを確認できた。
<参考>
・Get a fast, free web browser
< https://www.google.com/chrome/browser/desktop/index.html > 2016年11月14日
・Video does not display in Firefox, Safari, Chrome | Flash Player
< https://helpx.adobe.com/flash-player/kb/video-display-firefox-safari-chrome.html > 2016年12月14日