Chromeブラウザは標準のRedhatリポジトリの一部ではないため、インストールはGoogle Inc.が提供する外部パッケージを使用して実行する必要があります。最初にChromeブラウザパッケージをダウンロードします:
[rhel7@rhel7 ~]$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
ダウンロードしたら、yum
を使用してChromeパッケージをインストールします 指図。このようにして、パッケージ管理システムはすべて、次のエラーメッセージを回避するために、必要なすべての必要条件を取得してインストールします。
[root@rhel7 rhel7]# rpm -i google-chrome-stable_current_x86_64.rpm warning: google-chrome-stable_current_x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY error: Failed dependencies: lsb >= 4.0 is needed by google-chrome-stable-37.0.2062.120-1.x86_64 libXss.so.1()(64bit) is needed by google-chrome-stable-37.0.2062.120-1.x86_64
yum
を使用する RedhatシステムにChromeブラウザをインストールするコマンド。ルートまたはスーパー管理者のパスワードが必要です:
# yum localinstall google-chrome-stable_current_x86_64.rpm