Ubuntu 14.04へGoogle Chromeをインストールする

Thinkpad X240を手に入れたのでUbuntu14.04を入れてみました
Google Chromeが入ってる?ので起動しようとするとエラー..
入れなおそうといったん消して
$ sudo apt-get purge google-chrome-stable

Google Chromeのパッケージインストーラーをダウンロードします
OSにあったものを選びます
https://www.google.co.jp/chrome/browser/desktop/index.html

$ sudo dpkg -i google-chrome-stable_current_amd64.deb
(データベースを読み込んでいます … 現在 196072 個のファイルとディレクトリがインストールされています。)
Preparing to unpack google-chrome-stable_current_amd64.deb …
Unpacking google-chrome-stable (39.0.2171.95-1) over (39.0.2171.95-1) …
dpkg: 依存関係の問題により google-chrome-stable の設定ができません:
google-chrome-stable は以下に依存 (depends) します: libappindicator1 …しかし:
パッケージ libappindicator1 はまだインストールされていません。

dpkg: error processing package google-chrome-stable (–install):
依存関係の問題 – 設定を見送ります
Processing triggers for man-db (2.6.7.1-1ubuntu1) …
Processing triggers for gnome-menus (3.10.1-0ubuntu2) …
Processing triggers for desktop-file-utils (0.22-1ubuntu1) …
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) …
Rebuilding /usr/share/applications/bamf-2.index…
Processing triggers for mime-support (3.54ubuntu1) …
処理中にエラーが発生しました:

とエラーが
libappindicator1が足りないので

$ sudo apt-get install libappindicator1
としてもlibindicator7がないとかでエラー

$ sudo apt-get install libindicator7
とするとlibappindicator1がないとかエラー

あれ、ループする..
Chromeが半端に入ってたのでもう一度削除
$ sudo apt-get purge google-chrome-stable

足りないものをまず入れます
$ sudo apt-get install libappindicator1
これでlibindicator7も入りました

再チャレンジ
$ sudo dpkg -i google-chrome-stable_current_amd64.deb

で、うまくはいりました

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください