16.04 LTS に Google Chrome をインストールするのに苦労しています。助けてください。

16.04 LTS に Google Chrome をインストールするのに苦労しています。助けてください。

Google Chrome の 64 ビット バージョンを Web サイトからダウンロードしてインストールしようとしましたが、毎回このエラーが発生します。libappindicator1 をインストールしようとすると、libindicator7 に依存すると表示され、これをインストールしようとすると、libappindicator1 に依存すると表示されます。

私はまだこの分野に不慣れで、あまりよく知らないのですが、どんな助けでも大歓迎です。

Inspiron-5520:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb
(Reading database ... 178239 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (50.0.2661.86-1) over (50.0.2661.86-1) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
 google-chrome-stable depends on libappindicator1; however:
  Package libappindicator1 is not installed.

dpkg: error processing package google-chrome-stable (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Errors were encountered while processing:
 google-chrome-stable

libappindicator1 をインストールしようとすると、このような結果になります。

Inspiron-5520:~$ sudo apt-get -f install libappindicator1
[sudo] password for nick: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libappindicator1 : Depends: libindicator7 (>= 0.4.90) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

libindicator7 をインストールしようとすると、このような結果になります。

Inspiron-5520:~$ sudo apt-get -f install libindicator7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答え1

はい、同じことが起こりました。実行するとsudo apt-get -f install修正されます。パッケージ名を入力しないでください。apt-get がそれを解決します。Dropbox でも同様の経験がありましたが、修正するのはそれほど難しくありませんでした (同じ方法)

関連情報