- 📚 相关推荐文章
- 已解决 There are unfinished transactions remaining. You might consider running yum 推荐
- robotframework 运 Encountered internal error running command: InvalidSelectorError: Locator Strategy 推荐
- yum安装python3 推荐
- VSCode连接docker失败 Failed to connect. Is docker running? 推荐
- vscode中running code插件无法正常使用的解决方案 推荐

已解决 There are unfinished transactions remaining. You might consider running yum
安装 yum-complete-transaction(这是一个能发现未完成或被中断的yum事务的程序)
yum -y install yum-utils
清除yum缓存yum clean all
运行 yum-complete-transaction,清理未完成事务yum-complete-transaction --cleanup-only
ps: yum会把下载的软件包和header存储在cache中,而不会自动删除.可用yum clean headers清除header,yum clean packages清除下载的rpm包,yum clean all全清.
👁️ 阅读量:0
© 版权声明:本文《已解决 There are unfinished transactions remaining. You might consider running yum》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686554729a290590.html。