How do I change from Ubuntu 18.04 to Lubuntu 18.04?
up vote
0
down vote
favorite
How can one change from Ubuntu 18.04 to Lubuntu 18.04 through the terminal? what is the code?
command-line upgrade updates lubuntu
add a comment |
up vote
0
down vote
favorite
How can one change from Ubuntu 18.04 to Lubuntu 18.04 through the terminal? what is the code?
command-line upgrade updates lubuntu
3
These flavours only vary in their default desktop environment
– Kulfy
Nov 20 at 21:25
2
The official flavors can be installed from ubuntu like following:sudo apt install lubuntu-desktopsame 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 at 8:23
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How can one change from Ubuntu 18.04 to Lubuntu 18.04 through the terminal? what is the code?
command-line upgrade updates lubuntu
How can one change from Ubuntu 18.04 to Lubuntu 18.04 through the terminal? what is the code?
command-line upgrade updates lubuntu
command-line upgrade updates lubuntu
edited Nov 21 at 5:58
DK Bose
12.3k123983
12.3k123983
asked Nov 20 at 19:27
Blessing K Phokedi
1
1
3
These flavours only vary in their default desktop environment
– Kulfy
Nov 20 at 21:25
2
The official flavors can be installed from ubuntu like following:sudo apt install lubuntu-desktopsame 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 at 8:23
add a comment |
3
These flavours only vary in their default desktop environment
– Kulfy
Nov 20 at 21:25
2
The official flavors can be installed from ubuntu like following:sudo apt install lubuntu-desktopsame 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 at 8:23
3
3
These flavours only vary in their default desktop environment
– Kulfy
Nov 20 at 21:25
These flavours only vary in their default desktop environment
– Kulfy
Nov 20 at 21:25
2
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 at 8:23
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 at 8:23
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
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.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
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.
add a comment |
up vote
2
down vote
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.
add a comment |
up vote
2
down vote
up vote
2
down vote
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.
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.
edited Nov 21 at 6:00
DK Bose
12.3k123983
12.3k123983
answered Nov 20 at 21:06
vanadium
4,37211125
4,37211125
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094612%2fhow-do-i-change-from-ubuntu-18-04-to-lubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
These flavours only vary in their default desktop environment
– Kulfy
Nov 20 at 21:25
2
The official flavors can be installed from ubuntu like following:
sudo apt install lubuntu-desktopsame 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 at 8:23