0

How can one change from Ubuntu 18.04 to Lubuntu 18.04 through the terminal? what is the code?

DK Bose
  • 42,548
  • 23
  • 127
  • 221
  • 3
    These flavours only vary in their default desktop environment – Kulfy Nov 20 '18 at 21:25
  • 2
    The official flavors can be installed from ubuntu like following: sudo apt install lubuntu-desktop same goes for others like kubuntu-desktop or xubuntu-desktop. You get the idea.

    Be aware that installing an other/additional desktop might change your installation in unexpected ways (Greeters change, Bootscreen changes, default apps change, etc.). For a clean system it is recommended to install the desired desktop from the beginning, but for experimentation, this is quite convenient.

    – mondjunge Nov 21 '18 at 08:23

1 Answers1

2
sudo apt-get install lubuntu-desktop

or

sudo apt install lubuntu-desktop

will install the lubuntu desktop and all its standard applications. After executing the command, log out and on the log-in screen, use the cog to select the Lubuntu session and then provide your password to log in to the Lubuntu desktop.

There is, perhaps unfortunately, no standard way to cleanly remove anything related to the Ubuntu desktop to leave only the Lubuntu packages.

DK Bose
  • 42,548
  • 23
  • 127
  • 221
vanadium
  • 88,010