I wanted a fresh install of Python and ran sudo apt-get remove --purge python
. Apparently it has killed almost everything I had installed in my system.
Looking at the history.log
I guess I could manually install the packages again, but there are hundreds of them, I can't just copy paste.
Ironically, python is still installed. Could I perform some replace regex with it so I can fix this mess? Or with bash.
apt
is still working:sudo apt-get install ubuntu-desktop
. – muru Sep 11 '14 at 09:02ubuntu-desktop
just helped me get back some of it (which is a lot, thanks). – dabadaba Sep 11 '14 at 09:09ubuntu-desktop
package helped a lot though, thanks! – dabadaba Sep 11 '14 at 09:18