я пытаюсь установить armory на ubuntu 12.04, но он не работает:
$ sudo dpkg -i armory_0.88.1-beta_i386.deb
Selecting previously unselected package armory:i386.
(Reading database ... 222699 files and directories currently installed.)
Unpacking armory:i386 (from armory_0.88.1-beta_i386.deb) ...
dpkg: dependency problems prevent configuration of armory:i386:
armory:i386 depends on python-qt4.
armory:i386 depends on python-twisted.
armory:i386 depends on python-psutil.
dpkg: error processing armory:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
armory:i386
похоже, мне нужно было установить пакеты python-qt4
, python-twisted
и python-psutil
поэтому я сделал это:
$ sudo apt-get install python-qt4 python-twisted python-psutil
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:
armory:i386 : Depends: python-qt4:i386 but it is not going to be installed
Depends: python-twisted:i386 but it is not installable
Depends: python-psutil:i386 but it is not going to be installed
python-qt4 : Depends: libqtassistantclient4 (>= 4.6.3) but it is not going to be installed
Depends: sip-api-8.1
python-twisted : Depends: python-twisted-conch (>= 1:11.0) but it is not going to be installed
Depends: python-twisted-mail (>= 11.0) but it is not going to be installed
Depends: python-twisted-lore (>= 11.0) but it is not going to be installed
Depends: python-twisted-news (>= 11.0) but it is not going to be installed
Depends: python-twisted-runner (>= 11.0) but it is not going to be installed
Depends: python-twisted-words (>= 11.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
по какой-то причине они не хотели устанавливать, поэтому я сделал это: (это был плохой ход?)
$ sudo apt-get -f install
и после огромного количества вывода, в котором это выглядело, как много пакетов были удалены ??? ничего не случилось. Оружейная все еще не будет работать, и теперь я думаю, что я испортил некоторые другие действительные пакеты, так как у меня есть много пустых ссылок с вопросительными знаками на моей панели единства. кажется, что даже файл конфигурации vim
был изменен!
Помогите!
(Я должен также упомянуть, что я недавно обновился с Ubuntu 10.04 до 12.04, и это, возможно, не прошло гладко для биткойнда)