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
+52k Golang : How to get struct field and value by name
+5.3k PHP : Convert CSV to JSON with YQL example
+6k Golang : Process non-XML/JSON formatted ASCII text file example
+19.4k Golang : Archive directory with tar and gzip
+15.7k Golang : How to reverse elements order in map ?
+9.5k Golang : Load ASN1 encoded DSA public key PEM file example
+4.6k Fix Google Analytics Redundant Hostnames problem
+7.9k Android Studio : Rating bar example
+9.5k Golang : Qt get screen resolution and display on center example
+12.6k Golang : Convert int(year) to time.Time type
+8.9k nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
+16.2k Golang : Get IP addresses of a domain name