I used the command sudo apt autoremove python3 and now my ubuntu does not boot properly. It keeps going to Ubuntu tty1-. Would be grateful if someone could assist me.in fixing it.
Asked
Active
Viewed 237 times
1 Answers
0
First, login to the TTY-shell with your username and password.
Then, install python and other desktop packages for Ubuntu.
sudo apt install python3-all ubuntu-desktop

Archisman Panigrahi
- 28,338
- 18
- 105
- 212
apt
, ie. usingwget
&dpkg
to install (until python3 is restored, tools that require it will not reliably function) – guiverc May 28 '23 at 23:27python3-minimal
installed for your unstated product (I am assuming that you're using a year.month product of Ubuntu though) – guiverc May 29 '23 at 10:43