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
+1.4k Golang : A program that contain another program and executes it during run-time
+10.4k Golang : Check if os.Stdin input data is piped or from terminal
+3.5k Golang : Tell color name with OpenCV example
+11.1k Golang : Convert Unix timestamp to UTC timestamp
+3.3k Golang : Ordinal and Ordinalize a given number to the English ordinal numeral
+4.4k Golang : Function wrapper that takes arguments and return result example
+2.2k Unix/Linux/MacOSx : How to remove an environment variable ?
+21.3k Golang : Use wildcard patterns with filepath.Glob() example
+1.7k Golang : Mapping Iban to Dunging alphabets
+6.3k Golang : Force download file example
+1.7k Detect if Google Analytics and Developer Media are loaded properly or not