Я намагаюся встановити зброю на 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 і що можливо, не пройшли занадто гладко для биткойсвіту)