zoukankan      html  css  js  c++  java
  • Red Hat Enterprise 7.5 安装后无法进入图形界面 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.
    由 匿名 (未验证) 提交于 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.

  • 相关阅读:
    2018 ACM 网络选拔赛 徐州赛区
    2018 ACM 网络选拔赛 焦作赛区
    2018 ACM 网络选拔赛 沈阳赛区
    poj 2289 网络流 and 二分查找
    poj 2446 二分图最大匹配
    poj 1469 二分图最大匹配
    poj 3249 拓扑排序 and 动态规划
    poj 3687 拓扑排序
    poj 2585 拓扑排序
    poj 1094 拓扑排序
  • 原文地址:https://www.cnblogs.com/amyeeq/p/9093529.html
Copyright © 2011-2022 走看看