Google Chromeは、Blinkエンジンを使用するGoogleが開発したフリーウェアのWebブラウザです。 2019年12月の時点で、Google Chromeは最も広く使用されているブラウザであり、世界中のブラウザ使用量の約64%を占めています。
Google Chromeは47の言語で利用でき、52を超える言語の翻訳に対応する翻訳機能が組み込まれています。 Google Chromeの機能は、拡張機能とウェブアプリケーションをインストールすることで拡張できます。また、テーマを使用してChromeのビジュアルを作成できます。
ここでは、CentOS 8 /RHEL8にGoogleChromeをインストールする方法を説明します。
GoogleChromeリポジトリを追加
Googleリポジトリをシステムに追加します。
cat <<EOF> /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-ssl.google.com/linux/linux_signing_key.pub EOF
GoogleChromeをインストールする
CentOS 8 /RHEL8でyumコマンドを使用してGoogleChromeをインストールできます。
Google Chrome Stable
yum install -y google-chrome-stable
GoogleChromeベータ版
yum install -y google-chrome-beta
GoogleChromeを開く
GoogleChromeを起動する
グラフィカルモード
アクティビティに移動します>> Google Chromeを検索します 。
コマンドラインモード
Google Chrome Stable:
$ google-chrome
Google Chromeベータ版:
$ google-chrome-beta
GoogleChromeをデフォルトのウェブブラウザとして設定することをお勧めします。
CentOS 8 /RHEL8で実行されているGoogleChromeのスクリーンショット。
結論
それで全部です。 CentOS 8 /RHEL8にChromeをインストールして実行する方法を学んだことを願っています。
セットアップ方法CentOS8/RHEL8およびCentOS7/RHEL7でApacheを使用してSSL証明書を暗号化しましょう
Rocky Linux 8 / CentOS 8 /RHEL8にVirtualBoxをインストールする方法