http://hi.baidu.com/wuhui/item/0a9e73d422f88f1821e25022
Today, there are several errors in using Yum to install the software, and there is always a prompt message:
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
It means that there are unfinished Yum transactions. It is recommended to run the yum complete transaction command to end them.
Processing steps:
# install Yum complete transaction
yum install yum-utils
# run Yum complete transaction
yum-complete-transaction –cleanup-only
# remove possible duplicate packets
package-cleanup –dupes
# remove possible damaged packages
package-cleanup –problems
============================================================
Postscript, restart VPS, install Yum utils, solve the problem in a cold sweat
Similar Posts:
- [Solved] SCP transmission prompt bash: SCP: command not found
- Delta RPMs disabled because /usr/bin/applydeltarpm not installed
- Ethereum eth cannot transfer money. The status has always been the reason for the pending status and the solution
- [Solved] Cannot use lsof command “- bash: lsof: command not found” in centos6
- MySQL Lock Error: Lock wait timeout exceeded [How to Solve]
- MySQL reports an error lock wait timeout exceeded; Try restarting transaction problem solving method
- svn cleanup failed–previous operation has not finished [Solved]
- ImportError: cannot import name’e.g. utils’from’tensorflow.as.utils’ 38382;’ 39064;
- Processing method of DB2 SQL error (sqlcode: – 964, sqlstate: 57011)
- Configure: error: no acceptable C compiler found in $PATH [How to Solve]