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
+16.3k Golang : Compare floating-point numbers
+7.5k Golang : Qt Yes No and Quit message box example
+14.6k Golang : Check if IP address is version 4 or 6
+28.5k Golang : How to check if a date is within certain range?
+12.9k Golang : Missing Bazaar command
+13k Golang : Loop each day of the current month example
+27.5k Golang : Generate random string
+19k SSL : How to check if current certificate is sha1 or sha2
+11.8k Golang : How to login and logout with JWT example
+9.7k Golang : Convert a rune to unicode style string \u
+3.6k Swift : Convert (cast) Float to Int or Int32 value
+11.5k Golang : Convert IP version 6 address to integer or decimal number