I think that I accidentally broke Python3 and was unable to do anything. I read somewhere that the solution was to remove python3 and reinstall it, but I got yet another problem: I was able to remove it, but not to bring it back. I tried the following:
sudo apt-get install python3
and
sudo apt-get install --reinstall python3
but I keep getting the following message:
E: The package python3 needs to be reinstalled, but I can't find an archive for it.
Which seems to be redundant given that the problem is not having python3 on the first place. Every time I try to use apt-get install I get the same error.
I have Ubuntu 14.04 on my Toshiba Satellite P75-A7200, and it was working perfectly fine for almost 2 years until I accidentally (dumbly) broke python3.
Thanks!
sudo apt-get install python3
? There shouldn't be any need for reinstalling – Mostafa Ahangarha May 16 '16 at 19:22