目的
目的は、Ubuntu 16.04 XenialXerusLinuxにGoogleChromeブラウザをインストールすることです。
要件
Ubuntu 16.04 XenialXerusLinuxデスクトップへの特権アクセス
難易度
簡単
規約
- # –指定されたLinuxコマンドは、rootユーザーとして直接、または
sudo
を使用して、root権限で実行する必要があります。 コマンド - $ –特定のLinuxコマンドを通常の非特権ユーザーとして実行する必要があります
手順
gdebiをインストールする
外部の*.deb
をインストールする最も簡単な方法 google chromeなどのパッケージは、gdebi
を使用しています。 道具。 gdebi
すべてのChromeの依存関係を自動的に取得してインストールします。まだインストールしていない場合は、gdebi
をインストールしてください 今:
$ sudo apt-get install gdebi
Chromeブラウザをダウンロード
wget
を使用する Google Chromeブラウザの最新バージョンをダウンロードするコマンド:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Chromeのインストールを実行する
この段階で、gdeb
を使用する準備が整いました。 Ubuntu 16.04 XenialXerusLinuxデスクトップにGoogleChromeブラウザをインストールします。以前にgoogle-chrome-stable_current_amd64.deb
をダウンロードしたディレクトリから パッケージは次のLinuxコマンドを実行します:
$ sudo gdebi google-chrome-stable_current_amd64.deb sudo: unable to resolve host ubuntu Reading package lists... Done Building dependency tree Reading state information... Done Reading state information... Done Requires the installation of the following packages: libappindicator1 libindicator7 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. Do you want to install the software package? [y/N]:y
全部終わった。スタートメニューを検索すると、GoogleChromeアイコンが見つかるはずです。
Ubuntu 16.04 XenialXerusLinuxにPopcornTimeムービープレーヤーをインストールする方法
UbuntuLinuxインストール用にacpi=offカーネルパラメーターを設定します