I'm using Xubuntu 19.10 and after installing Python 3.8.1 from ppa:deadsnakes/ppa
, I decided that the installed by default python 3.7.5 is no longer needed and I did sudo apt remove --purge python3.7 -y
. This incredibly bad idea blew off half of my system. I read that installing xubuntu-desktop
again can restore the most of the broken things and it really works, but after rebooting I found that I'm no longer able to connect to the Internet. It seems that something more is removed and I missed to install it again. I saved the entire output after running the disastrous command and it is here.
- Could this be fixed without reinstalling the entire Xubuntu?
- Xubuntu doesn't have repair option, but if I install it on the same partition without formatting, will this preserve all my data, manually installed packages and configurations?
python3-minimal
yes it'll fix, unless your command removed other things needed too – guiverc Feb 07 '20 at 22:29