У меня возникли трудности с установкой Google Chrome на 16.04 LTS. Помогите, пожалуйста.

У меня возникли трудности с установкой Google Chrome на 16.04 LTS. Помогите, пожалуйста.

Я скачал 64-битную версию Google Chrome с их сайта и попытался установить ее, и вот что я получаю каждый раз. Когда я пытаюсь установить libappindicator1, он говорит, что он зависит от libappindicator7, когда я пытаюсь установить его, он говорит, что он зависит от 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, но это тоже не составило большого труда исправить (тот же метод)

Связанный контент