Fix yum-complete-transaction error
Ok. I tried to execute
sudo yum update
command today and I was greeted with this line :There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
Somehow instinctively I just typed in
sudo yum yum-complete-transaction
and hit the enter key. Hoping that it will work out but at the end... it did not.It was not the right command parameter nor it is the right way to do so.
The solution is to do these :
sudo yum clean all
sudo /usr/sbin/yum-complete-transaction
After that, execute
sudo yum update
and everything will be fine and dandy.
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+15.9k Golang : Read a file line by line
+8.5k Golang : Generate Datamatrix barcode
+11.6k SSL : The certificate is not trusted because no issuer chain was provided
+29.9k Golang : Get and Set User-Agent examples
+6.8k Unix/Linux : How to fix CentOS yum duplicate glibc or device-mapper-libs dependency error?
+5.5k Clean up Visual Studio For Mac installation failed disk full problem
+6.1k Golang : Scan forex opportunities by Bollinger bands
+14.3k Golang : Simple word wrap or line breaking example
+4.6k MariaDB/MySQL : How to get version information
+15.8k Golang : How to login and logout with JWT example
+8.5k Golang : Ackermann function example
+7.8k Golang : Scan files for certain pattern and rename part of the files