Fellow Forum Members,
I would be very thankful if anybody in the community can give me some advice for my ONLINE PC Armory 96.5 installation. Listed below is what I'm working with:
- I have a new install of Unbuntu 18.04 setup as my ONLINE PC for Armory.
- The deb file I'm trying to install is named, "armory_0.96.5_amd64_gcc7.2.deb"
- I'm using gcc 7.2 and not the gcc 4.9 deb package.
- I have my Bitcoin Core 18.1 installed and the entire blockchain downloaded. It seems to be working correctly.
- The terminal commands I'm using to install my Armory 0.96.5 are the two commands shown below:
sudo dpkg -i armory_0.96.5_amd64_gcc7.2.deb
sudo apt-get install -f
Running the first command generated the message below and I seem to be having a Python dependency problem. It wants Python (Version >= 2.6), python-qt4, and python-psutil installed onto my Ubuntu 18.04 OS. I would appreciate a lot if anyone can give me some Python dependency installation advice. What is the best way to install all needed Python dependencies so Armory can install correctly? In other words, what is the correct Terminal command to use for installing all needed Python dependencies? Also does anybody have a link to some good Armory 0.96.5 installation instructions? That will help me a lot. Thank you very much in advance for any advice.
my@onlinePC:~/Downloads$ sudo dpkg -i armory_0.96.5_amd64_gcc7.2.deb
[sudo] password for matrix:
Selecting previously unselected package armory.
(Reading database ... 163576 files and directories currently installed.)
Preparing to unpack armory_0.96.5_amd64_gcc7.2.deb ...
Unpacking armory (0.96.5-1) ...
dpkg: dependency problems prevent configuration of armory:
armory depends on python (>= 2.6); however:
Package python is not installed.
armory depends on python-qt4; however:
Package python-qt4 is not installed.
armory depends on python-psutil; however:
Package python-psutil is not installed.
dpkg: error processing package armory (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
armory
my@onlinePC:~/Downloads$