I did
sudo apt-get remove python
and it told me that about 150 MB would be freed by this operation. Then, after that I did
sudo apt-get install python
and it told me that 687 kB of additional disk space would be used. How does this add up?
Side question: Did I break anything by doing the above? If yes, how do I fix it? Edit: Answered here
sudo apt-get remove
in the first place ? – Sergiy Kolodyazhnyy Mar 02 '16 at 15:59Enter
I realized that maybe some Ubuntu functionality actually needs it. I know it was stupid, but its done now... – AplusKminus Mar 02 '16 at 16:04sudo apt-get install ubuntu-desktop
might help get back some essentials? – Mateo Mar 02 '16 at 16:07