Tuesday, 23 August 2016

Install MATE on CentOS 7

These commands will install MATE and make it launch on boot.

yum -y install epel-release
yum -y groupinstall "X Window system"
yum -y groupinstall "MATE Desktop"
systemctl set-default graphical.target

This command will start it up now

systemctl isolate graphical.target

No comments:

Post a Comment