проблема зависимости при загрузке Google играет dwonloader

Я пытаюсь загрузить и установить загрузчик игры Google для человечности. Я загрузил загрузчик игры Google отсюда. Я пытался установить его при помощи sudo dpkg -i googleplaydownloader_1.7-1_all.deb от от моей папки Downloads. Но я просто получил следующие ошибки зависимости.

dpkg: dependency problems prevent configuration of googleplaydownloader:
googleplaydownloader depends on python-configparser; however:
Package python-configparser is not installed.
googleplaydownloader depends on python-ndg-httpsclient; however:
Package python-ndg-httpsclient is not installed.
googleplaydownloader depends on python-protobuf (>= 2.4); however:
Package python-protobuf is not installed.
googleplaydownloader depends on python-pyasn1; however:
Package python-pyasn1 is not installed.

dpkg: error processing package googleplaydownloader (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.54ubuntu1.1) ...
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...
Errors were encountered while processing:
googleplaydownloader

Я пытался использовать sudo apt-get -f install. После использования его я попытался sudo dkpg -i googleplaydownloader_1.7-1_all.deb еще раз. Все же я получил некоторые ошибки как в следующем.

Selecting previously unselected package googleplaydownloader.
(Reading database ... 294372 files and directories currently installed.)
Preparing to unpack googleplaydownloader_1.7-1_all.deb ...
Unpacking googleplaydownloader (1.7-1) ...
dpkg: dependency problems prevent configuration of googleplaydownloader:
googleplaydownloader depends on python-ndg-httpsclient; however:
Package python-ndg-httpsclient is not installed.

dpkg: error processing package googleplaydownloader (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.54ubuntu1.1) ...
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...
Errors were encountered while processing:
googleplaydownloader

Помогите мне преодолеть эти ошибки и сделать успешную установку загрузчика игры Google.


Обновление 1:

Я загрузил python-ndg-httpclient отсюда. Я пытался установить его с этой командой: sudo dpkg -i python-ndg-httpsclient_0.3.2-1_all.deb. На этот раз я встретился с другим набором проблемы зависимости. И интересно, сколько времени это пойдет! Следующее является ошибками.

dpkg: dependency problems prevent configuration of python-ndg-httpsclient:
python-ndg-httpsclient depends on python-support (>= 0.90.0); however:
Package python-support is not installed.

dpkg: error processing package python-ndg-httpsclient (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-ndg-httpsclient 
2
задан 11 March 2015 в 10:36

2 ответа

Вверх дном!

  1. python-ndg-httpsclient зависит от поддержки Python

  2. googleplaydownloader зависит от загрузки python-ndg-httpsclient

  3. googleplaydownloader наконец

    • Вы уже имеете загрузка редактор это
    • установка это теперь: sudo dpkg -i googleplaydownloader_1.7-1_all.deb

Thats Это и Ползунки:)

2
ответ дан 20 November 2019 в 00:13

Выполнитесь следующая команда в терминале

sudo apt-get install python-configparser python-protobuf python-pyasn1

Тогда устанавливают python-ndg-httpsclient, который Вы загрузили и затем googleplaydownloader_1.7-1_all.deb использование sudo dpkg -i x.deb, где x=package называют

0
ответ дан 20 November 2019 в 00:13

Другие вопросы по тегам:

Похожие вопросы: