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
+14.3k Golang : Get uploaded file name or access uploaded files
+12.1k Golang : Perform sanity checks on filename example
+6.7k Golang : Experimental emojis or emoticons icons programming language
+14.2k Golang : Fix image: unknown format error
+13.6k Golang : Get user input until a command or receive a word to stop
+10.7k Golang : Underscore string example
+7.9k Golang : Gomobile init produce "iphoneos" cannot be located error
+9.1k Golang : Get SPF and DMARC from email headers to fight spam
+10.6k Golang : How to unmarshal JSON inner/nested value and assign to specific struct?
+6.1k Golang : Dealing with backquote
+37.7k Golang : Converting a negative number to positive number
+20k Golang : Convert(cast) bytes.Buffer or bytes.NewBuffer type to io.Reader