How can I update ubuntu to kubuntu? [duplicate]
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
kubuntu
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.
add a comment |
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
kubuntu
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
add a comment |
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
kubuntu
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
kubuntu
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
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 kdmthen remove the Gnome desktop manager:sudo apt remove gdm
and finally, set KDM as your default desktop manager with:dpkg reconfigure kdm
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 21 at 15:10
Justin BrunkowJustin Brunkow
14
14
add a comment |
add a comment |
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 kdmthen remove the Gnome desktop manager:sudo apt remove gdm
and finally, set KDM as your default desktop manager with:dpkg reconfigure kdm
add a comment |
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 kdmthen remove the Gnome desktop manager:sudo apt remove gdm
and finally, set KDM as your default desktop manager with:dpkg reconfigure kdm
add a comment |
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 kdmthen remove the Gnome desktop manager:sudo apt remove gdm
and finally, set KDM as your default desktop manager with:dpkg reconfigure kdm
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 kdmthen remove the Gnome desktop manager:sudo apt remove gdm
and finally, set KDM as your default desktop manager with:dpkg reconfigure kdm
answered Jan 21 at 16:19
StarbuckStarbuck
344117
344117
add a comment |
add a comment |
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