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

  • 相关阅读:
    LNMP状态管理命令
    Gogs基本使用介绍
    初探Asp.net请求机制原理 1
    关于css定位
    JS不同浏览器图片载入处理
    js之队列01
    javascript 快速排序
    JavaScript prototype背后的工作原理
    关于javascrpt if快速判断说明
    js动态加载图片核心代码
  • 原文地址:https://www.cnblogs.com/onlybobby/p/13415147.html
Copyright © 2011-2022 走看看