centos 7安装mate桌面

下载了最新的centos7适用了下. 记录了下安装过程html

  1. 安装略过. 只选择最小化安装linux

  2. 重启,登陆centos

  3. yum install net-toolsbash

  4. 在mate官网中 http://wiki.mate-desktop.org/download  这个地址中,有RHEL7安装mate方法网络

Red Hat Enterprise Linux 7

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
相关文章
相关标签/搜索