zoukankan      html  css  js  c++  java
  • yum-complete-transaction

    yum安装软件包,提示yum-complete-transaction。

    # 安装 yum-complete-transaction

    yum install yum-utils

    # 运行 yum-complete-transaction

    yum-complete-transaction

    安装完成后,yum 安装包可能扔提示软件包冲突

    #查看存储冲突软件包(不会删除,只是查看):

     package-cleanup 

    #删除存在冲突的软件包中的旧版本包

    ackage-cleanup   --cleandupes 

    package-cleanup options:
      --problems            List dependency problems in the local RPM database
      --qf=QF, --queryformat=QF       Query format to use for output.
      --orphans             List installed packages which are not available from  currently configured repositories

    Duplicate Package Options:
      --dupes               Scan for duplicates in your rpmdb
      --cleandupes            Scan for duplicates in your rpmdb and remove older
      --removenewestdupes             Remove the newest dupes instead of the oldest dupes  when cleaning duplicates.
      --noscripts                 disable rpm scriptlets from running when cleaning duplicates

  • 相关阅读:
    Hadoop出现 Wrong FS: hdfs://......错误的解决方法
    在Linux下安装JDK环境
    卸载Linux自带的JDK
    hadoop1.2.1伪分布模式安装教程
    spring配置bean的生命周期
    spring注入的四种方式
    python re模块search()与match()区别
    VB.NET操作Excel
    位运算
    Python简单源码解析
  • 原文地址:https://www.cnblogs.com/onlybobby/p/13415147.html
Copyright © 2011-2022 走看看