码迷,mamicode.com
首页 > 其他好文 > 详细

Red Hat Enterprise 7.5 安装后无法进入图形界面 This system is not registered with an entitlement server. You can use subscription-manager to register.

时间:2018-05-26 17:10:41      阅读:1503      评论:0      收藏:0      [点我收藏+]

标签:etc   lin   register   ada   rpm -e   界面   you   packages   图形界面   

This system is not registered with an entitlement server. You can use subscription-manager to register.
由 匿名 (未验证) 提交于 2018-05-13 20:50:57
1:Test Environment
[root@xilong ~]# cat /etc/os-release
NAME="Red Hat Enterprise Linux Server"
VERSION="7.5 (Maipo)"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.5 (Maipo)"
[root@xilong ~]# uname -r
3.10.0-862.el7.x86_64
 2:Delete Installed Yum Packages

[root@xilong ~]# rpm -qa |grep yum
yum-metadata-parser-1.1.4-10.el7.x86_64
yum-rhn-plugin-2.0.1-10.el7.noarch
yum-3.4.3-158.el7.noarch
yum-langpacks-0.4.2-7.el7.noarch
PackageKit-yum-1.1.5-1.el7.x86_64
yum-utils-1.1.31-45.el7.noarch

[root@xilong ~]# rpm -qa | grep yum | xargs rpm -e --nodeps
warning: /etc/yum/pluginconf.d/langpacks.conf saved as /etc/yum/pluginconf.d/langpacks.conf.rpmsave

[root@xilong ~]# rpm -qa |grep yum
 3:
转载请标明出处:This system is not registered with an entitlement server. You can use subscription-manager to register.
文章来源: This system is not registered with an entitlement server. You can use subscription-manager to register.

Red Hat Enterprise 7.5 安装后无法进入图形界面 This system is not registered with an entitlement server. You can use subscription-manager to register.

标签:etc   lin   register   ada   rpm -e   界面   you   packages   图形界面   

原文地址:https://www.cnblogs.com/amyeeq/p/9093529.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!