0

I installed Lubuntu 16.04 by default because my computer system is old. I also want to try out unity in it. How should I do it? Thank you for helping me out.

1 Answers1

4

Just execute in the terminal

sudo apt install ubuntu-desktop

or just visit this address

Software Center - Ubuntu Desktop

If you get any error try this command

sudo apt update && sudo apt upgrade

and try again.

konmal88
  • 333