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?










share|improve this question




















  • 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-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

















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?










share|improve this question




















  • 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-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















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?










share|improve this question















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







command-line upgrade updates lubuntu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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-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
















  • 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-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










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












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.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    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

























    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.






    share|improve this answer



























      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.






      share|improve this answer

























        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.






        share|improve this answer














        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.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 21 at 6:00









        DK Bose

        12.3k123983




        12.3k123983










        answered Nov 20 at 21:06









        vanadium

        4,37211125




        4,37211125






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How to send String Array data to Server using php in android

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

            Is anime1.com a legal site for watching anime?