Programster's Blog

Tutorials focusing on Linux, programming, and open-source

CentOS 7 - Install Mate Desktop

This tutorial assumes you have installed from the minimal installation and have a headless system. It also assumes that you have already installed the Epel repository in the getting started guide.

sudo yum groupinstall "Development Tools" -y
sudo yum groupinstall "X Window system" -y
sudo yum groups install "MATE Desktop" -y
systemctl isolate graphical.target

# have mate start on boot
systemctl set-default graphical.target 
Last updated: 16th August 2018
First published: 16th August 2018