1

I've installed Ubuntu 15.04, and somewhere I read that I can install 'Mate desktop environment' on top of Ubuntu 15.04, but, this does not look like how I have anticipated, this Mate does not has the Mate tweaks which I was looking forward to. From my understanding, i've done completely different.

If I've understood it all wrong, what is the easy way to get the Ubuntu Mate 15.04 which I was talking about?

Update:

  1. I've installed Ubuntu 15.04
  2. Installed ubuntu mate using:

    sudo apt-get install mate-desktop-environment

This installed Mate on the ubuntu.

Zeus
  • 113

2 Answers2

4

The metapackages that correspond to the Ubuntu flavour are typically named <flabour-name>-desktop (ubuntu-desktop, xubuntu-desktop, ubuntu-gnome-desktop, etc.). These packages bring in the artwork, customization, etc., added to the base desktop environment (gnome, xfce4, etc.). In the case of Ubuntu Mate, the metapackage is ubuntu-mate-desktop:

sudo apt-get install ubuntu-mate-desktop
muru
  • 207,228
1

The easiest way to get Ubuntu Mate the way you were talking about would probably just download it from https://ubuntu-mate.org/ and install it.

Pepe
  • 1,008