How to remove Cinnamon etc. and leave just Ubuntu?

22,472

Genrally I would do (replace cinnamon with the other desktop enviroments, e.g. kde4):

sudo apt-get remove cinnamon

then:

sudo apt-get autoremove

Go to https://help.ubuntu.com/lts/serverguide/apt-get.html and https://help.ubuntu.com/community/AptGet/Howto for more info.

Share:
22,472

Related videos on Youtube

mrSuperEvening
Author by

mrSuperEvening

Updated on September 18, 2022

Comments

  • mrSuperEvening
    mrSuperEvening over 1 year

    I have Cinnamon and many more. How can I remove them and leave just Ubuntu?

    • gertvdijk
      gertvdijk over 10 years
      How did you install those desktop environments? Please include that in your question. Then we can provide answers how to undo that. And perhaps you mean "Unity" instead of Ubuntu in this context.
    • mrSuperEvening
      mrSuperEvening over 10 years
      @gertvdijk Via command line, I didn't really remember the exact command, but it was like 1-2 lines only.
    • Braiam
      Braiam over 10 years
      Can you add dpkg -l | grep cinnamon?
    • qbi
      qbi over 10 years
      This question also might have some advice for you: askubuntu.com/q/361392/236
  • smac89
    smac89 almost 6 years
    Also add sudo apt remove --autoremove cinnamon-*