centos 7安装mate桌面

别来无恙 提交于 2019-12-05 08:28:57

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

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

  2. 重启,登录

  3. yum install net-tools

  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.

After you install the epel-release-7*.rpm package to add the EPEL repository to Yum, you can install MATE with the following command:

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:

yum groups install "X Window System"

you may also want to change the default systemd target to graphical:

systemctl set-default graphical.target

由于是最小化安装,需要先去 https://fedoraproject.org/wiki/EPEL 扩展包. 有下载地址

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


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!