zoukankan      html  css  js  c++  java
  • 关于 下载 nfs-utils时的 gssproxy conflicts with selinux-policy-3.13.1-102.el7.noarch 错误

    使用 yum install nfs-utils -y 时 
    
    出现如下错误:
    
    
    
    错误:gssproxy conflicts with selinux-policy-3.13.1-102.el7.noarch
     您可以尝试添加 --skip-broken 选项来解决该问题
    ** 发现 6 个已存在的 RPM 数据库问题, 'yum check' 输出如下:
    libselinux-2.5-14.1.el7.x86_64 是 libselinux-2.5-6.el7.x86_64 的副本
    libselinux-utils-2.5-14.1.el7.x86_64 是 libselinux-utils-2.5-6.el7.x86_64 的副本
    libsemanage-2.5-14.el7.x86_64 是 libsemanage-2.5-4.el7.x86_64 的副本
    libsepol-2.5-10.el7.x86_64 是 libsepol-2.5-6.el7.x86_64 的副本
    policycoreutils-2.5-29.el7_6.1.x86_64 是 policycoreutils-2.5-8.el7.x86_64 的副本
    selinux-policy-3.13.1-229.el7_6.12.noarch 是 selinux-policy-3.13.1-102.el7.noarch 的副本
    
    
    
    解决方法:
    
    首先:
    
    yum install yum-utils -y
    
    然后执行命令:
    
    package-cleanup --cleandupes -y
    
    如果还存在如下错误:
    
    Not removing selinux-policy-3.13.1-102.el7.noarch because it is required by 2 installed packages
    Not removing libselinux-2.5-6.el7.x86_64 because it is required by 1 installed package
    There are unfinished transactions remaining. You might consider running yum-complete-transaction,
    or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them.
    If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help). 再执行命令: package-cleanup --cleandupes with --removenewestdupes -y 之后重新下载即可 yum install nfs-utils -y
  • 相关阅读:
    prayer OJ M
    51nod1295
    纪念第一次ak。。。
    noip2007-4
    51nod1344
    51nod1079
    51nod1537
    51nod1269Devu and Flowers
    python基本数据类型之列表list
    Python基本数据类型
  • 原文地址:https://www.cnblogs.com/leeeel/p/10855010.html
Copyright © 2011-2022 走看看