目的
目的は、Debian 9StretchLinuxにGoogleChromeインターネットブラウザをインストールすることです
要件
Debian9Stretchシステムへの特権アクセスが必要です。
難易度
簡単
規約
- # –指定されたLinuxコマンドは、rootユーザーとして直接、または
sudo
を使用して、root権限で実行する必要があります。 コマンド - $ –特定のLinuxコマンドを通常の非特権ユーザーとして実行する必要があります
手順
GoogleChromeをダウンロード
まず、wget
を使用して最新のGoogleChromeのDebianパッケージをダウンロードします コマンド:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
GoogleChromeをインストールする
最新のGoogleChromedebianパッケージがダウンロードされたら、dpkg
を使用します 実際のインストールを実行します。 rootとして、またはsudo
を使用して、以下のコマンドを実行します コマンド:
# dpkg -i google-chrome-stable_current_amd64.deb Selecting previously unselected package google-chrome-stable. (Reading database ... 300021 files and directories currently installed.) Preparing to unpack google-chrome-stable_current_amd64.deb ... Unpacking google-chrome-stable (55.0.2883.87-1) ... Setting up google-chrome-stable (55.0.2883.87-1) ... update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode Processing triggers for menu (2.1.47) ... Processing triggers for man-db (2.7.6.1-2) ... Processing triggers for desktop-file-utils (0.23-1) ... Processing triggers for gnome-menus (3.13.3-8) ... Processing triggers for mime-support (3.60) ...
全部終わった。 Chromeブラウザの使用を開始するには、Google Chrome
をクリックします。 スタートメニューに移動するか実行することによるショートカット:
$ google-chrome
端末からのコマンド。