How to remove KDE desktop from Ubuntu
So I installed kde desktop from this repository
ppa:kubuntu-ppa/backports
and installed it
sudo apt-get install kde-standard kubuntu-desktop
I don't like KDE and want to get ride of it.
Is there a way to completely remove KDE desktop with its software without braking my Ubuntu install.
kubuntu kde
add a comment |
So I installed kde desktop from this repository
ppa:kubuntu-ppa/backports
and installed it
sudo apt-get install kde-standard kubuntu-desktop
I don't like KDE and want to get ride of it.
Is there a way to completely remove KDE desktop with its software without braking my Ubuntu install.
kubuntu kde
add a comment |
So I installed kde desktop from this repository
ppa:kubuntu-ppa/backports
and installed it
sudo apt-get install kde-standard kubuntu-desktop
I don't like KDE and want to get ride of it.
Is there a way to completely remove KDE desktop with its software without braking my Ubuntu install.
kubuntu kde
So I installed kde desktop from this repository
ppa:kubuntu-ppa/backports
and installed it
sudo apt-get install kde-standard kubuntu-desktop
I don't like KDE and want to get ride of it.
Is there a way to completely remove KDE desktop with its software without braking my Ubuntu install.
kubuntu kde
kubuntu kde
edited Jan 18 at 5:02
Codito ergo sum
1,5023825
1,5023825
asked Sep 9 '13 at 0:19
LevanLevan
4,762215983
4,762215983
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
This can be solved by using ppa-purge
to remove the packages you installed from the KDE Backports PPA:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:kubuntu-ppa/backports
sadly it removed some software but not all, I guess there is no way to do this task
– Levan
Sep 9 '13 at 1:01
1
Perhaps you need asudo apt-get autoremove
(orsudo apt-get --purge autoremove
) after that.
– Richard
Sep 9 '13 at 1:09
sadly I am getting errors like this Depends: plasma-scriptengine-javascript (= 4:4.10.5-0ubuntu0.1) but 4:4.11.1-0ubuntu2~ubuntu13.04~ppa1 is installed
– Levan
Sep 9 '13 at 1:10
1
Perhapssudo apt-get -f install
will do the trick?
– Richard
Sep 9 '13 at 1:12
I think yes at least it is removing stuff :)
– Levan
Sep 9 '13 at 1:14
add a comment |
I used Synaptic Package Manager to remove it. It worked very very well.
The only thing that I would recommend is to have caution, since it is a very powerful program. Also, be patient and detail oriented.
look for the KDE Desktop Environment section and mark all installed packages for complete removal. Double check your choices and proceed once satisfied.
It will take a few minutes to do the job, but it will. It was easy and it even restored the Ubuntu greeter instead of the Kubuntu greeter.
Hope this works!
This also worked well for me! Using Synaptic to choose which packages belong to KDE is clearly safer than using apt-get, although it involves a lot of clicking. I'm back to the good old Ubuntu now.
– Ubuntu_enthusiast
Jul 22 '18 at 10:18
add a comment |
sudo apt-get remove kde-full
sudo apt-get --purge autoremove
This will do the trick
edit: the first command will delete kde-full package, the second command will delete all remaining kde packages depending on kde-full which no longer exists
3
How does this help?
– Oli♦
Nov 26 '13 at 11:35
this helped me..
– Denis Canepa
Mar 12 '14 at 16:52
It helped you, sure, but please explain.
– Oxwivi
Sep 16 '14 at 16:47
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2f343124%2fhow-to-remove-kde-desktop-from-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
This can be solved by using ppa-purge
to remove the packages you installed from the KDE Backports PPA:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:kubuntu-ppa/backports
sadly it removed some software but not all, I guess there is no way to do this task
– Levan
Sep 9 '13 at 1:01
1
Perhaps you need asudo apt-get autoremove
(orsudo apt-get --purge autoremove
) after that.
– Richard
Sep 9 '13 at 1:09
sadly I am getting errors like this Depends: plasma-scriptengine-javascript (= 4:4.10.5-0ubuntu0.1) but 4:4.11.1-0ubuntu2~ubuntu13.04~ppa1 is installed
– Levan
Sep 9 '13 at 1:10
1
Perhapssudo apt-get -f install
will do the trick?
– Richard
Sep 9 '13 at 1:12
I think yes at least it is removing stuff :)
– Levan
Sep 9 '13 at 1:14
add a comment |
This can be solved by using ppa-purge
to remove the packages you installed from the KDE Backports PPA:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:kubuntu-ppa/backports
sadly it removed some software but not all, I guess there is no way to do this task
– Levan
Sep 9 '13 at 1:01
1
Perhaps you need asudo apt-get autoremove
(orsudo apt-get --purge autoremove
) after that.
– Richard
Sep 9 '13 at 1:09
sadly I am getting errors like this Depends: plasma-scriptengine-javascript (= 4:4.10.5-0ubuntu0.1) but 4:4.11.1-0ubuntu2~ubuntu13.04~ppa1 is installed
– Levan
Sep 9 '13 at 1:10
1
Perhapssudo apt-get -f install
will do the trick?
– Richard
Sep 9 '13 at 1:12
I think yes at least it is removing stuff :)
– Levan
Sep 9 '13 at 1:14
add a comment |
This can be solved by using ppa-purge
to remove the packages you installed from the KDE Backports PPA:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:kubuntu-ppa/backports
This can be solved by using ppa-purge
to remove the packages you installed from the KDE Backports PPA:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:kubuntu-ppa/backports
answered Sep 9 '13 at 0:23
RichardRichard
6,16183765
6,16183765
sadly it removed some software but not all, I guess there is no way to do this task
– Levan
Sep 9 '13 at 1:01
1
Perhaps you need asudo apt-get autoremove
(orsudo apt-get --purge autoremove
) after that.
– Richard
Sep 9 '13 at 1:09
sadly I am getting errors like this Depends: plasma-scriptengine-javascript (= 4:4.10.5-0ubuntu0.1) but 4:4.11.1-0ubuntu2~ubuntu13.04~ppa1 is installed
– Levan
Sep 9 '13 at 1:10
1
Perhapssudo apt-get -f install
will do the trick?
– Richard
Sep 9 '13 at 1:12
I think yes at least it is removing stuff :)
– Levan
Sep 9 '13 at 1:14
add a comment |
sadly it removed some software but not all, I guess there is no way to do this task
– Levan
Sep 9 '13 at 1:01
1
Perhaps you need asudo apt-get autoremove
(orsudo apt-get --purge autoremove
) after that.
– Richard
Sep 9 '13 at 1:09
sadly I am getting errors like this Depends: plasma-scriptengine-javascript (= 4:4.10.5-0ubuntu0.1) but 4:4.11.1-0ubuntu2~ubuntu13.04~ppa1 is installed
– Levan
Sep 9 '13 at 1:10
1
Perhapssudo apt-get -f install
will do the trick?
– Richard
Sep 9 '13 at 1:12
I think yes at least it is removing stuff :)
– Levan
Sep 9 '13 at 1:14
sadly it removed some software but not all, I guess there is no way to do this task
– Levan
Sep 9 '13 at 1:01
sadly it removed some software but not all, I guess there is no way to do this task
– Levan
Sep 9 '13 at 1:01
1
1
Perhaps you need a
sudo apt-get autoremove
(or sudo apt-get --purge autoremove
) after that.– Richard
Sep 9 '13 at 1:09
Perhaps you need a
sudo apt-get autoremove
(or sudo apt-get --purge autoremove
) after that.– Richard
Sep 9 '13 at 1:09
sadly I am getting errors like this Depends: plasma-scriptengine-javascript (= 4:4.10.5-0ubuntu0.1) but 4:4.11.1-0ubuntu2~ubuntu13.04~ppa1 is installed
– Levan
Sep 9 '13 at 1:10
sadly I am getting errors like this Depends: plasma-scriptengine-javascript (= 4:4.10.5-0ubuntu0.1) but 4:4.11.1-0ubuntu2~ubuntu13.04~ppa1 is installed
– Levan
Sep 9 '13 at 1:10
1
1
Perhaps
sudo apt-get -f install
will do the trick?– Richard
Sep 9 '13 at 1:12
Perhaps
sudo apt-get -f install
will do the trick?– Richard
Sep 9 '13 at 1:12
I think yes at least it is removing stuff :)
– Levan
Sep 9 '13 at 1:14
I think yes at least it is removing stuff :)
– Levan
Sep 9 '13 at 1:14
add a comment |
I used Synaptic Package Manager to remove it. It worked very very well.
The only thing that I would recommend is to have caution, since it is a very powerful program. Also, be patient and detail oriented.
look for the KDE Desktop Environment section and mark all installed packages for complete removal. Double check your choices and proceed once satisfied.
It will take a few minutes to do the job, but it will. It was easy and it even restored the Ubuntu greeter instead of the Kubuntu greeter.
Hope this works!
This also worked well for me! Using Synaptic to choose which packages belong to KDE is clearly safer than using apt-get, although it involves a lot of clicking. I'm back to the good old Ubuntu now.
– Ubuntu_enthusiast
Jul 22 '18 at 10:18
add a comment |
I used Synaptic Package Manager to remove it. It worked very very well.
The only thing that I would recommend is to have caution, since it is a very powerful program. Also, be patient and detail oriented.
look for the KDE Desktop Environment section and mark all installed packages for complete removal. Double check your choices and proceed once satisfied.
It will take a few minutes to do the job, but it will. It was easy and it even restored the Ubuntu greeter instead of the Kubuntu greeter.
Hope this works!
This also worked well for me! Using Synaptic to choose which packages belong to KDE is clearly safer than using apt-get, although it involves a lot of clicking. I'm back to the good old Ubuntu now.
– Ubuntu_enthusiast
Jul 22 '18 at 10:18
add a comment |
I used Synaptic Package Manager to remove it. It worked very very well.
The only thing that I would recommend is to have caution, since it is a very powerful program. Also, be patient and detail oriented.
look for the KDE Desktop Environment section and mark all installed packages for complete removal. Double check your choices and proceed once satisfied.
It will take a few minutes to do the job, but it will. It was easy and it even restored the Ubuntu greeter instead of the Kubuntu greeter.
Hope this works!
I used Synaptic Package Manager to remove it. It worked very very well.
The only thing that I would recommend is to have caution, since it is a very powerful program. Also, be patient and detail oriented.
look for the KDE Desktop Environment section and mark all installed packages for complete removal. Double check your choices and proceed once satisfied.
It will take a few minutes to do the job, but it will. It was easy and it even restored the Ubuntu greeter instead of the Kubuntu greeter.
Hope this works!
answered Sep 16 '14 at 16:45
Juan Zapata Jr.Juan Zapata Jr.
212
212
This also worked well for me! Using Synaptic to choose which packages belong to KDE is clearly safer than using apt-get, although it involves a lot of clicking. I'm back to the good old Ubuntu now.
– Ubuntu_enthusiast
Jul 22 '18 at 10:18
add a comment |
This also worked well for me! Using Synaptic to choose which packages belong to KDE is clearly safer than using apt-get, although it involves a lot of clicking. I'm back to the good old Ubuntu now.
– Ubuntu_enthusiast
Jul 22 '18 at 10:18
This also worked well for me! Using Synaptic to choose which packages belong to KDE is clearly safer than using apt-get, although it involves a lot of clicking. I'm back to the good old Ubuntu now.
– Ubuntu_enthusiast
Jul 22 '18 at 10:18
This also worked well for me! Using Synaptic to choose which packages belong to KDE is clearly safer than using apt-get, although it involves a lot of clicking. I'm back to the good old Ubuntu now.
– Ubuntu_enthusiast
Jul 22 '18 at 10:18
add a comment |
sudo apt-get remove kde-full
sudo apt-get --purge autoremove
This will do the trick
edit: the first command will delete kde-full package, the second command will delete all remaining kde packages depending on kde-full which no longer exists
3
How does this help?
– Oli♦
Nov 26 '13 at 11:35
this helped me..
– Denis Canepa
Mar 12 '14 at 16:52
It helped you, sure, but please explain.
– Oxwivi
Sep 16 '14 at 16:47
add a comment |
sudo apt-get remove kde-full
sudo apt-get --purge autoremove
This will do the trick
edit: the first command will delete kde-full package, the second command will delete all remaining kde packages depending on kde-full which no longer exists
3
How does this help?
– Oli♦
Nov 26 '13 at 11:35
this helped me..
– Denis Canepa
Mar 12 '14 at 16:52
It helped you, sure, but please explain.
– Oxwivi
Sep 16 '14 at 16:47
add a comment |
sudo apt-get remove kde-full
sudo apt-get --purge autoremove
This will do the trick
edit: the first command will delete kde-full package, the second command will delete all remaining kde packages depending on kde-full which no longer exists
sudo apt-get remove kde-full
sudo apt-get --purge autoremove
This will do the trick
edit: the first command will delete kde-full package, the second command will delete all remaining kde packages depending on kde-full which no longer exists
edited Oct 24 '14 at 23:13
answered Nov 26 '13 at 8:56
Denis CanepaDenis Canepa
443
443
3
How does this help?
– Oli♦
Nov 26 '13 at 11:35
this helped me..
– Denis Canepa
Mar 12 '14 at 16:52
It helped you, sure, but please explain.
– Oxwivi
Sep 16 '14 at 16:47
add a comment |
3
How does this help?
– Oli♦
Nov 26 '13 at 11:35
this helped me..
– Denis Canepa
Mar 12 '14 at 16:52
It helped you, sure, but please explain.
– Oxwivi
Sep 16 '14 at 16:47
3
3
How does this help?
– Oli♦
Nov 26 '13 at 11:35
How does this help?
– Oli♦
Nov 26 '13 at 11:35
this helped me..
– Denis Canepa
Mar 12 '14 at 16:52
this helped me..
– Denis Canepa
Mar 12 '14 at 16:52
It helped you, sure, but please explain.
– Oxwivi
Sep 16 '14 at 16:47
It helped you, sure, but please explain.
– Oxwivi
Sep 16 '14 at 16:47
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.
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%2f343124%2fhow-to-remove-kde-desktop-from-ubuntu%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