I tried installing pypy3 after installing pypy through the regular Ubuntu 18.04 repo:
E: Unable to locate package pypy3
Okay, so it's not available in the regular repos. I added the official PyPy PPA as suggested on the PyPy download page:
E: Unable to locate package pypy3
Again, pypy3 is not available. Is there really no pypy3 package available for Ubuntu, or am I missing something that should be obvious?
sudo snap install pypy3 --classic
. And if you want the newest version it would besudo snap install pypy3 --edge --classic
and if you want to change between the two the command issudo snap refresh pypy3 --edge --classic
orsudo snap refresh pypy3 --stable --classic
. – Terrance Aug 17 '18 at 04:41/snap
and ensures~/snap
exists instead of say~/.snap
. – Uyghur Lives Matter Aug 17 '18 at 13:27