Ich habe Probleme bei der Installation von Google Chrome auf 16.04 LTS. Bitte helfen Sie mir.

Ich habe Probleme bei der Installation von Google Chrome auf 16.04 LTS. Bitte helfen Sie mir.

Ich habe die 64-Bit-Version von Google Chrome von der Website heruntergeladen und versucht, sie zu installieren. Jedes Mal erhalte ich folgende Meldung: Beim Versuch, libappindicator1 zu installieren, heißt es, dass es von libindicator7 abhängt. Beim Versuch, dies zu installieren, heißt es, dass es von libappindicator1 abhängt.

Ich bin noch relativ neu auf diesem Gebiet und weiß nicht so viel, bin für jede Hilfe sehr dankbar.

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

das ist, was ich bekomme, wenn ich versuche, libappindicator1 zu installieren.

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).

das ist, was ich bekomme, wenn ich versuche, libindicator7 zu installieren.

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).

Antwort1

Jupp, bekomme das gleiche Problem, Ausführen sudo apt-get -f installbehebt es. Geben Sie den Paketnamen nicht ein, apt-get wird es herausfinden. Hatte auch eine ähnliche Erfahrung mit Dropbox, aber es war auch keine große Sache, es zu beheben (gleiche Methode)

verwandte Informationen