How can I update ubuntu to kubuntu? [duplicate]












1
















This question already has an answer here:




  • Ubuntu to Kubuntu switch!

    3 answers




I have ubuntu 18.04 LTS installed. I want to completely update my ubuntu copy to kubuntu using cd image










share|improve this question













marked as duplicate by Charles Green, karel, RoVo, Kulfy, N0rbert Jan 21 at 19:38


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    What do you mean by "completely update"? You can either install kubuntu-desktop, or backup and do a clean kubuntu install.

    – Organic Marble
    Jan 21 at 15:02
















1
















This question already has an answer here:




  • Ubuntu to Kubuntu switch!

    3 answers




I have ubuntu 18.04 LTS installed. I want to completely update my ubuntu copy to kubuntu using cd image










share|improve this question













marked as duplicate by Charles Green, karel, RoVo, Kulfy, N0rbert Jan 21 at 19:38


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    What do you mean by "completely update"? You can either install kubuntu-desktop, or backup and do a clean kubuntu install.

    – Organic Marble
    Jan 21 at 15:02














1












1








1









This question already has an answer here:




  • Ubuntu to Kubuntu switch!

    3 answers




I have ubuntu 18.04 LTS installed. I want to completely update my ubuntu copy to kubuntu using cd image










share|improve this question















This question already has an answer here:




  • Ubuntu to Kubuntu switch!

    3 answers




I have ubuntu 18.04 LTS installed. I want to completely update my ubuntu copy to kubuntu using cd image





This question already has an answer here:




  • Ubuntu to Kubuntu switch!

    3 answers








kubuntu






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 21 at 14:59









Md Gaziur Rahman NoorMd Gaziur Rahman Noor

161




161




marked as duplicate by Charles Green, karel, RoVo, Kulfy, N0rbert Jan 21 at 19:38


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Charles Green, karel, RoVo, Kulfy, N0rbert Jan 21 at 19:38


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1





    What do you mean by "completely update"? You can either install kubuntu-desktop, or backup and do a clean kubuntu install.

    – Organic Marble
    Jan 21 at 15:02














  • 1





    What do you mean by "completely update"? You can either install kubuntu-desktop, or backup and do a clean kubuntu install.

    – Organic Marble
    Jan 21 at 15:02








1




1





What do you mean by "completely update"? You can either install kubuntu-desktop, or backup and do a clean kubuntu install.

– Organic Marble
Jan 21 at 15:02





What do you mean by "completely update"? You can either install kubuntu-desktop, or backup and do a clean kubuntu install.

– Organic Marble
Jan 21 at 15:02










2 Answers
2






active

oldest

votes


















0














Switching from Ubuntu to Kubuntu wouldn't exactly be an 'update' in my opinion... From reading a bit just now, I have gathered that it is like Ubuntu with a different desktop environment. Instead of using Gnome, it uses KDE Plasma, which is where it gets the 'K' in its name. I suppose you could try to switch the desktop environment, but that would probably be much harder than backing up the files you need and reimaging it with a fresh Kubuntu image.






share|improve this answer































    0














    The Kubuntu install CD works just like Ubuntu's (in my experience). You should be given the option to keep your data intact, while upgrading the the System files. Of course this depends on how your system is setup. If you use disk encryption, you may not be presented with this option.



    Kubuntu can alternatively be setup on your system without an install CD, by adding the kubuntu-desktop packages, while leaving the vanilla Ubuntu system mostly unchanged. This may be a better option if your disks are encrypted.



    In a terminal, type:
    sudo apt-get install kubuntu-desktop

    Then choose Kubuntu as your desktop environment at login.




    Optionally, if you wish to remove the Gnome Desktop Environment (ubuntu's default) and make KDE your default, You can install Kate desktop manager with:
    sudo apt install kdm

    then remove the Gnome desktop manager:
    sudo apt remove gdm



    and finally, set KDM as your default desktop manager with:
    dpkg reconfigure kdm






    share|improve this answer






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      Switching from Ubuntu to Kubuntu wouldn't exactly be an 'update' in my opinion... From reading a bit just now, I have gathered that it is like Ubuntu with a different desktop environment. Instead of using Gnome, it uses KDE Plasma, which is where it gets the 'K' in its name. I suppose you could try to switch the desktop environment, but that would probably be much harder than backing up the files you need and reimaging it with a fresh Kubuntu image.






      share|improve this answer




























        0














        Switching from Ubuntu to Kubuntu wouldn't exactly be an 'update' in my opinion... From reading a bit just now, I have gathered that it is like Ubuntu with a different desktop environment. Instead of using Gnome, it uses KDE Plasma, which is where it gets the 'K' in its name. I suppose you could try to switch the desktop environment, but that would probably be much harder than backing up the files you need and reimaging it with a fresh Kubuntu image.






        share|improve this answer


























          0












          0








          0







          Switching from Ubuntu to Kubuntu wouldn't exactly be an 'update' in my opinion... From reading a bit just now, I have gathered that it is like Ubuntu with a different desktop environment. Instead of using Gnome, it uses KDE Plasma, which is where it gets the 'K' in its name. I suppose you could try to switch the desktop environment, but that would probably be much harder than backing up the files you need and reimaging it with a fresh Kubuntu image.






          share|improve this answer













          Switching from Ubuntu to Kubuntu wouldn't exactly be an 'update' in my opinion... From reading a bit just now, I have gathered that it is like Ubuntu with a different desktop environment. Instead of using Gnome, it uses KDE Plasma, which is where it gets the 'K' in its name. I suppose you could try to switch the desktop environment, but that would probably be much harder than backing up the files you need and reimaging it with a fresh Kubuntu image.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 21 at 15:10









          Justin BrunkowJustin Brunkow

          14




          14

























              0














              The Kubuntu install CD works just like Ubuntu's (in my experience). You should be given the option to keep your data intact, while upgrading the the System files. Of course this depends on how your system is setup. If you use disk encryption, you may not be presented with this option.



              Kubuntu can alternatively be setup on your system without an install CD, by adding the kubuntu-desktop packages, while leaving the vanilla Ubuntu system mostly unchanged. This may be a better option if your disks are encrypted.



              In a terminal, type:
              sudo apt-get install kubuntu-desktop

              Then choose Kubuntu as your desktop environment at login.




              Optionally, if you wish to remove the Gnome Desktop Environment (ubuntu's default) and make KDE your default, You can install Kate desktop manager with:
              sudo apt install kdm

              then remove the Gnome desktop manager:
              sudo apt remove gdm



              and finally, set KDM as your default desktop manager with:
              dpkg reconfigure kdm






              share|improve this answer




























                0














                The Kubuntu install CD works just like Ubuntu's (in my experience). You should be given the option to keep your data intact, while upgrading the the System files. Of course this depends on how your system is setup. If you use disk encryption, you may not be presented with this option.



                Kubuntu can alternatively be setup on your system without an install CD, by adding the kubuntu-desktop packages, while leaving the vanilla Ubuntu system mostly unchanged. This may be a better option if your disks are encrypted.



                In a terminal, type:
                sudo apt-get install kubuntu-desktop

                Then choose Kubuntu as your desktop environment at login.




                Optionally, if you wish to remove the Gnome Desktop Environment (ubuntu's default) and make KDE your default, You can install Kate desktop manager with:
                sudo apt install kdm

                then remove the Gnome desktop manager:
                sudo apt remove gdm



                and finally, set KDM as your default desktop manager with:
                dpkg reconfigure kdm






                share|improve this answer


























                  0












                  0








                  0







                  The Kubuntu install CD works just like Ubuntu's (in my experience). You should be given the option to keep your data intact, while upgrading the the System files. Of course this depends on how your system is setup. If you use disk encryption, you may not be presented with this option.



                  Kubuntu can alternatively be setup on your system without an install CD, by adding the kubuntu-desktop packages, while leaving the vanilla Ubuntu system mostly unchanged. This may be a better option if your disks are encrypted.



                  In a terminal, type:
                  sudo apt-get install kubuntu-desktop

                  Then choose Kubuntu as your desktop environment at login.




                  Optionally, if you wish to remove the Gnome Desktop Environment (ubuntu's default) and make KDE your default, You can install Kate desktop manager with:
                  sudo apt install kdm

                  then remove the Gnome desktop manager:
                  sudo apt remove gdm



                  and finally, set KDM as your default desktop manager with:
                  dpkg reconfigure kdm






                  share|improve this answer













                  The Kubuntu install CD works just like Ubuntu's (in my experience). You should be given the option to keep your data intact, while upgrading the the System files. Of course this depends on how your system is setup. If you use disk encryption, you may not be presented with this option.



                  Kubuntu can alternatively be setup on your system without an install CD, by adding the kubuntu-desktop packages, while leaving the vanilla Ubuntu system mostly unchanged. This may be a better option if your disks are encrypted.



                  In a terminal, type:
                  sudo apt-get install kubuntu-desktop

                  Then choose Kubuntu as your desktop environment at login.




                  Optionally, if you wish to remove the Gnome Desktop Environment (ubuntu's default) and make KDE your default, You can install Kate desktop manager with:
                  sudo apt install kdm

                  then remove the Gnome desktop manager:
                  sudo apt remove gdm



                  and finally, set KDM as your default desktop manager with:
                  dpkg reconfigure kdm







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 21 at 16:19









                  StarbuckStarbuck

                  344117




                  344117















                      Popular posts from this blog

                      Mouse cursor on multiple screens with different PPI

                      Agildo Ribeiro

                      Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”