1

I tried to install python3 using these commands.

1. python3 -V
2 sudo apt-get install idle-python3.4

But however after installed python3 I just wanted to remove what I installed, so I unstalled python. Now my computer's GUI has been removed. How do I recover Ubuntu?

Zanna
  • 70,465

1 Answers1

1

Log in to terminal and do apt install ubuntu-desktop, that should bring back Unity. You might be missing other packets too though.

Soren A
  • 6,799