Try
sudo apt --fix-broken install
And see if that helps. Some of those python things might have to be installed using pip if apt canβt find them.
Just this.
Its still stuck on armory, so type Y or just press enter to go ahead and remove it.
Now try the things in the dependency list.
Sudo apt install libcrypto+Β±dev
Sudo apt install etc?
Yep, all of em.
Abandoned packages that are you insisting to install on PureOS are available here, to be dowloaded to Downloads_folder:
https://packages.debian.org/buster/python-qt4
https://packages.debian.org/buster-backports/python-twisted
https://packages.debian.org/buster/python-psutil
Afterwards and just perhaps this might help:
cd Downloads_folder
sudo apt purge armory
sudo dpkg -i python-qt4 python-twisted python-psutil
sudo dpkg -i armory_0.96-gcc5.4_amd64.deb
or rather one of those two .deb
package versions.
Just curious on why your distribution is not up-to-date (1143 packages that are not upgraded):
Those three will do (accept the risk and continue):
β https://ftp.us.debian.org/debian/pool/main/p/python-qt4/python-qt4_4.12.1+dfsg-2+b1_amd64.deb
β https://ftp.us.debian.org/debian/pool/main/t/twisted/python-twisted_18.9.0-8~bpo10+1_all.deb
β https://ftp.us.debian.org/debian/pool/main/p/python-psutil/python-psutil_5.5.1-1_amd64.deb
Please execute:
sudo dpkg -i
python-qt4_4.12.1+dfsg-2+b1_amd64.deb
sudo dpkg -i
python-twisted_18.9.0-8~bpo10+1_all.deb
sudo dpkg -i
python-psutil_5.5.1-1_amd64.deb
And install the one of those two (cannot help on how to choose):
β https://github.com/goatpig/BitcoinArmory/releases/download/v0.96.5/armory_0.96.5_amd64_gcc4.9_noasm.deb
β https://github.com/goatpig/BitcoinArmory/releases/download/v0.96.5/armory_0.96.5_amd64_gcc7.2.deb
EDIT: Your PureOS is not safe any more, therefore this is mandatory:
sudo apt update
sudo apt upgrade
ββ answer would be: Y
sudo systemctl reboot
sudo apt update
sudo apt autoremove
https://ftp.us.debian.org/debian/pool/main/p/python-qt4/python-qt4_4.12.1+dfsg-2+b1_amd64.deb
All I see (from my very first post here) is that there is no logical ground to install/use armory
as application that is not maintained (or safe to be used as of now), not at all under Debian based distributions and as such especially not further developed nor maintained under PureOS?
EDIT: Even Arch Linux link recommends to run: run-armory.sh
after extracting armory_0.96.5_source.tar.xz
that can be found for download here. Hope this helps you further (as Iβm not about to proceed with this here linked guide/recommendation).