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.

  • 相关阅读:
    复杂数据结构(二)树
    复杂数据结构(一)树
    简单数据结构(五)串和数组
    简单数据结构(四)栈和队列的简单应用
    简单数据结构(三)栈
    非零环绕
    canvas裁剪
    canvas图层
    canvas阴影与渐变
    canvas图形变换
  • 原文地址:https://www.cnblogs.com/amyeeq/p/9093529.html
Copyright © 2011-2022 走看看