zoukankan      html  css  js  c++  java
  • There are unfinished transactions remaining

    系统yum安装文件的时候,突然掉电重启。再次使用yum安装提示一下报错,但是能够安装成功

    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 the
    m. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).The program yum-complete-transaction is found in the yum-utils package.

    根据提示,需要运行yum-complete-transaction或者执行yum-complete-transaction --cleanup-only命令

    需要安装软件,才行运行

    yum -y install yum-utils

    清理yum未完成事务

    [root@tz-yycs-db01 log]# yum-complete-transaction --cleanup-only
    Loaded plugins: product-id
    Cleaning up unfinished transaction journals
    Cleaning up 2020-05-27.10:12.05
  • 相关阅读:
    IO复习
    递归
    转换流
    编码与解码
    打印流(printStream)
    Properties
    【转】将Visual Studio武装到底
    【转】VS2008中的自定义格式化代码
    C++开发工具的常用插件
    抽烟的注意事项
  • 原文地址:https://www.cnblogs.com/hanglinux/p/12971125.html
Copyright © 2011-2022 走看看