5

I am a bit of a newbie. I'd like to have the option of booting into either Unity of Xfce in Ubuntu Studio. Any help is appreciated.

Braiam
  • 67,791
  • 32
  • 179
  • 269

1 Answers1

9

Install the APT Task ubuntu-desktop. Run

sudo apt-get install ubuntu-desktop^

(The caret at the end is not a typo.)

Then at the login screen you should be able to select the Unity session rather than XFCE, like this:

enter image description here

gertvdijk
  • 67,947
  • What does the caret at the end of the command signify? Is it just part of the symbolic name and if so what convention is it following? – AlanObject Nov 19 '14 at 00:08
  • 1
    @AlanObject Click the very first link in my answer. – gertvdijk Nov 19 '14 at 08:57
  • @AlanObject the caret at the end indicates it has to search for packages related to the task named (in this case) "ubuntu-desktop". Follow the link mentioned by gertvdijk for a more detailed explanation. – Enrico Jun 05 '16 at 17:25