Ubuntu – Installing MATE desktop environment without installing the applications

12.04desktop-environmentsmate

I want to install MATE desktop only, without applications.

I already have apps from GNOME 3 – nautilus, file-roller, gedit. But when I sudo apt-get install mate-core, it asks to install caja, pluma, engrampa etc. How to avoid them?

Best Answer

https://wiki.mate-desktop.org/download#ubuntu offers these installation choices:

# This will install the base packages required for a minimal MATE desktop
sudo apt-get install mate-desktop-environment-core

# This will install the complete MATE desktop
sudo apt-get install mate-desktop-environment

# This will install the complete MATE desktop including a few extras
sudo apt-get install mate-desktop-environment-extras
Related Question