下載了最新的centos7適用了下. 記錄了下安裝過程html
安裝略過. 只選擇最小化安裝linux
重啓,登陸centos
yum install net-toolsbash
在mate官網中 http://wiki.mate-desktop.org/download 這個地址中,有RHEL7安裝mate方法網絡
MATE is available through the Extra Packages for Enterprise Linux (EPEL) repository, maintained by the Fedora Project. This should work on CentOS 7 as well, and any other compatible derivatives.this
After you install the epel-release-7*.rpm package to add the EPEL repository to Yum, you can install MATE with the following command:centos7
yum groups install "MATE Desktop"
If you install this on a minimal system without an existing GUI configured (such as a GNOME or KDE desktop), you might want to install the X Window System group as well for local graphical logins:spa
yum groups install "X Window System"
you may also want to change the default systemd target to graphical:code
systemctl set-default graphical.target
因爲是最小化安裝,須要先去 https://fedoraproject.org/wiki/EPEL 擴展包. 有下載地址htm
If you are running an EL7 beta version, please visit here to get the newest 'epel-release' package for EL7: The newest version of 'epel-release' for EL7
選擇下載地址.能夠知道網絡地址
而後 rpm -ivh http://mirrors.hustunique.com/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
而後
yum groups install "MATE Desktop"
yum groups install "X Window System"
systemctl set-default graphical.target