CentOS 7LinuxボックスにGoogleChromeインターネットブラウザをインストールするには、まず実際のChrome 64ビット.rpm(Fedora / openSUSEの場合)パッケージをGoogleのWebサイトhttps://www.google.com/chrome/#eula<からダウンロードします。 / code> 。ダウンロードした.rpmを見つけて、
yum
を使用します 他のすべての前提条件と一緒にインストールするコマンド:
# yum localinstall google-chrome-stable_current_x86_64.rpm Loaded plugins: fastestmirror, langpacks Examining google-chrome-stable_current_x86_64.rpm: google-chrome-stable-44.0.2403.155-1.x86_64 Marking google-chrome-stable_current_x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package google-chrome-stable.x86_64 0:44.0.2403.155-1 will be installed --> Processing Dependency: lsb >= 4.0 for package: google-chrome-stable-44.0.2403.155-1.x86_64 ... Complete!
google-chromeのインストールが完了すると、GNUアプリケーションメニューまたはコマンドラインターミナルから次のLinuxコマンドを実行してChromeブラウザを起動できます。
$ google-chrome