Results 1 to 8 of 8

Thread: Removing Mate Desktop

  1. #1
    Join Date
    Mar 2007
    Beans
    1,325

    Removing Mate Desktop

    I'm working from home using Ubuntu something I don't normally do.
    A while ago I installed Mated Desktop to try it out and I have now decided I prefer the regular Gnome.
    Can I remove Mate? If so what other things might it affect?

  2. #2
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Removing Mate Desktop

    Installing additional DEs is usually very easy when such desktops are distributed with a meta-package that install all the required packages. OTOH, removing a DE is the opposite.

    If you need it for work then, right now, do NOT touch it.

  3. #3
    Join Date
    Mar 2007
    Beans
    1,325

    Re: Removing Mate Desktop

    I was afraid of that.
    I did find some comments that said simply apt remove mate-desktop.
    but I was skeptical

  4. #4
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Removing Mate Desktop

    Quote Originally Posted by rsteinmetz70112 View Post
    I did find some comments that said simply apt remove mate-desktop.
    It removes the meta-package only, not the packages it installed. Those have to be manually removed one by one and even then some settings may remain.

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Removing Mate Desktop

    Run command
    Code:
    grep -i " remove " /var/log/dpkg.log.1 /var/log/dpkg.log | grep mate-desktop
    which will show you the date and time that you installed the mate DE.

    If you now run the command again but removing the final
    Code:
     | grep mate-desktop
    you may be able to figure out which other packages were installed at the same time, these probably being the packages for the full mate DE and remove them.

    It is a slow process and will be very tedious to actually do but it does work; I did it a while ago simply to test the theory after installing KDE to a virtual install of Xubuntu.

  6. #6
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Removing Mate Desktop

    rsteinmetz70112 ; Hey -

    One might also consider a script:
    https://github.com/aysiu/purebuntu

    But, may require "some" adaptation to your particular use case. The author does provide some reasoning background for the existence of his script and the warning,

    -my bit to try and help-
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #7
    Join Date
    Mar 2007
    Beans
    1,325

    Re: Removing Mate Desktop

    Thanks everyone. I'm going to put this off until after things clear up.

  8. #8
    Join Date
    Mar 2007
    Beans
    1,325

    Re: Removing Mate Desktop

    I finally got back to this. I was able to remove MATE pretty easily.

    Code:
    sudo apt update
    sudo apt upgrade
    sudo apt remove mate-desktop
    sudo apt autoremove
    sudo apt install ubuntu-desktop
    sudo update
    sudo upgrade
    I'm sure some stuff was left behind but it seems to be working just fine.

    I thought about using

    Code:
    sudo apt-get remove '*mate*'
    But when I ran it with the --simulate option I wasn't sure it wouldn't pickup things I needed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •