Yum Error: no such table: packages
During yum update, my VPS decided to freeze for unknown reason. Managed to do a remote reboot and get thing back in order. Howerver, when tried to do
sudo yum update
got this error message
Error : no such table : packages during yum updates
To fix this problem. Execute sudo yum clean all
will do :-)
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
+8.4k Golang : Find duplicate files with filepath.Walk
+10.6k How to test Facebook App on localhost ?
+13.6k Golang : Fix image: unknown format error
+5.8k Golang : Extract XML attribute data with attr field tag example
+8.9k Golang : How to get ECDSA curve and parameters data?
+6.2k Golang : How to determine if request or crawl is from Google robots
+10.3k Golang : Get currencies exchange rates example
+19.4k Golang : How to get time from unix nano example
+5.9k Javascript : Generate random key with specific length
+24k Golang : Generate MD5 checksum of a file
+18.1k Golang : Write file with io.WriteString
+6.9k Golang : Not able to grep log.Println() output