How to open downloads

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.


Is this correct

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.


Python-twisted says unable to locate package

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):

Do I download the source package on the right hand side of the website

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


Clicked python-qt4 and took me to this website did not download anything

https://ftp.us.debian.org/debian/pool/main/p/python-qt4/python-qt4_4.12.1+dfsg-2+b1_amd64.deb
Screenshot_from_2022-06-11

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).

I used the gdebi package installer and got this what should I do ?