How to remove KDE desktop from Ubuntu












2















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.










share|improve this question





























    2















    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.










    share|improve this question



























      2












      2








      2








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 4 hours ago









      Codito ergo sum

      1,4382725




      1,4382725










      asked Sep 9 '13 at 0:19









      LevanLevan

      4,747215783




      4,747215783






















          3 Answers
          3






          active

          oldest

          votes


















          8














          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





          share|improve this answer
























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








          • 1





            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



















          2














          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!






          share|improve this answer
























          • 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





















          0














          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






          share|improve this answer





















          • 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











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          8














          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





          share|improve this answer
























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








          • 1





            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
















          8














          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





          share|improve this answer
























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








          • 1





            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














          8












          8








          8







          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





          share|improve this answer













          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






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 9 '13 at 0:23









          RichardRichard

          6,12183765




          6,12183765













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








          • 1





            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



















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








          • 1





            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

















          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













          2














          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!






          share|improve this answer
























          • 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


















          2














          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!






          share|improve this answer
























          • 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
















          2












          2








          2







          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!






          share|improve this answer













          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!







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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





















          • 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













          0














          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






          share|improve this answer





















          • 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
















          0














          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






          share|improve this answer





















          • 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














          0












          0








          0







          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






          share|improve this answer















          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







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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














          • 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


















          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.




          draft saved


          draft discarded














          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





















































          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

          GameSpot

          connect to host localhost port 22: Connection refused

          Getting a Wifi WPA2 wifi connection