How to Install Latest Mate Desktop in Ubuntu and Fedora

MATE desktop is a simple, intuitive, and attractive continuation of GNOME 2. It is under active development to bring about constant improvements using modern technologies while holding to the traditional desktop experience.

There are several Linux distributions that support the MATE desktop including of course Ubuntu, and there is a dedicated Ubuntu MATE edition for this elegant desktop environment as well.

[ You might also like: 13 Open Source Linux Desktop Environments of All Time ]

In this how-to guide, I will describe the simple steps for the installation of the latest version of the MATE desktop on Ubuntu and Fedora.

For Linux users hoping to try out MATE desktop probably for the first time, some of its notable default applications include:

  • Macro windows manager
  • Caja file manager
  • MATE Terminal, terminal emulator
  • Pluma text editor
  • Eye of MATE, simple graphics viewer
  • Atril multi-page document viewer
  • Engrampa archive manager coupled with many other minor applications

Install Mate Desktop on Ubuntu Linux

You can install the latest version of the MATE desktop from the default repositoires as shown:

$ sudo apt-get update
$ sudo apt install ubuntu-mate-desktop

In case you wish to upgrade MATE to the latest version, simply run the command below after updating your system:

$ sudo apt-get dist-upgrade

Wait for a few minutes, depending on your Internet connection speeds for the installation process to finish, log out of your current session or restart your system and choose MATE desktop at the login interface as in the image below.

Choose Mate in Ubuntu
Choose Mate in Ubuntu
Running Mate Desktop in Ubuntu
Running Mate Desktop in Ubuntu

Install Mate Desktop on Fedora Linux

It’s pretty straightforward to install Mate Desktop alongside your current desktop on Fedora using the dnf command as shown.

# dnf install @mate-desktop

If you want to install Mate-related tools as well, you can install them with this command.

# dnf install @mate-applications

After Mate desktop installation is done, log out from the current session and select Mate desktop environment to use and log in.

Select Mate Desktop at Fedora Login
Select Mate Desktop at Fedora Login
Running Mate Desktop in Fedora Linux
Running Mate Desktop in Fedora Linux

[ You might also like: How to Install Latest Cinnamon Desktop in Ubuntu and Fedora ]

Remove Mate Desktop from Ubuntu & Fedora

If you didn’t like the Mate Desktop, you can remove it completely from your respective Linux distributions using the following instructions.

---------------- On Ubuntu Linux ---------------- 
$ sudo apt-get remove ubuntu-mate-desktop 
$ sudo apt-get autoremove

---------------- On Fedora Linux ---------------- 
# dnf remove @mate-desktop
# dnf remove @mate-applications

I hope everything went on well, however, for those who encountered some unexpected errors or wish to offer supplementary thoughts to this guide, you can get back to us through the comment section below.

Importantly, if MATE does not meet your expectations presumably as a new user, you can follow up on our upcoming how-to guides for installations of other popular Linux desktop environments as well. Remember to always stay connected to Tecmint.com

If this article helped, with someone on your team.

TecMint Weekly Newsletter
Get the Learn Linux 7 Days Crash Course free when you join 34,000+ Linux professionals reading every Thursday.
Check your email for a magic link to get started.
Something went wrong. Please try again.
TecMint has been free for 14 years. Help keep it that way.
Google AI Overviews and tools like ChatGPT have cut into search traffic for independent tech sites like TecMint. Running this site costs over $2,000 every month for hosting, infrastructure, and paying authors to keep the content accurate and tested.

If this article helped you solve a problem, consider buying a coffee. It helps keep TecMint free, supports the authors, and keeps the project going.
☕ Buy Me a Coffee
Aaron Kili
Aaron Kili is a Linux and F.O.S.S enthusiast, an upcoming Linux SysAdmin, web developer, and currently a content creator for TecMint who loves working with computers and strongly believes in sharing knowledge.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

11 Comments

Leave a Reply
  1. The command “sudo apt install ubuntu-mate-desktop” installs a minimal MATE desktop, which differs from the standard MATE installation. For example, the Redmond appearance is not available in the minimal version.

    If you want to test it, install GNOME boxes (it comes preinstalled in Fedora) and install it there. The same applies to Ubuntu Cinnamon Remix (available here: https://ubuntucinnamon.org/ ). You will be amazed at how swift it runs; it feels faster than the GNOME desktop (especially in Fedora), even from a virtual machine!

    Reply
  2. How did you get the system to give you the choice of desktops?

    Using a odroid xu4 arm based computer with ubuntu 16.4 for arm processors. The desktop does not have but two icons. droid is one. SD Boot is the other.

    What I want is a desktop like the old gnome classic with all the features on the desktop. This did not do it. But there was a flurry of activity on the command line terminal when I did as you said.

    I have a little knowledge of the codes. So I still consider myself new at this.

    Reply
  3. apt-get dist-upgrade” doesn’t just upgrade MATE it upgrades the entire OS and can break things and make a system more unstable. Don’t throw this command around as it can easily break a system or just screw it up in general for a new user who doesn’t know what they are doing. It may also remove some things from the system the user might want to keep

    Reply
    • @Peter

      This is correct, it will install latest versions of all packages including MATE DE. This is the usual method if you have MATE already installed.

      Reply

Got Something to Say? Join the Discussion...

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.

Free Course
Get a free Linux course before you go.
Subscribe to TecMint Weekly and get the Learn Linux 7 Days Crash Course free. Read by 34,000+ Linux professionals every Thursday.
Something went wrong. Please try again.
Check your email for a magic link to get started.