when i run these:
sudo apt-get install bitcoin
OR
sudo apt-get install bitcoin-qt
i get "E: Unable to locate package" what do i do?
when i run these:
sudo apt-get install bitcoin
OR
sudo apt-get install bitcoin-qt
i get "E: Unable to locate package" what do i do?
Bitcoin is not available in the official repositories, and the Bitcoin PPA is not maintained anymore. Instead, install the official snap version with the command
An
apt-cache search bitcoin
for example found a number of packages that used the word 'bitcoin' in their name/description etc.. but they didn't find what I suspect you're looking for.I then searched using
rmadison
and it detects it as available for an ESM release.which could be why you get your package message; ie. it's available for another release but not yours (or mine).
Online tool https://packages.ubuntu.com/search?keywords=bitcoin&searchon=names&suite=all§ion=all shows supported releases, but not the ESM release my terminal search found.
As for solution, refer @Archisman Panigrahi's answer maybe. This maybe explains why you get the response you did.