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.9k Golang : Find network service name from given port and protocol
+14.2k Golang : Fix image: unknown format error
+6.4k Golang : How to search a list of records or data structures
+41.3k Golang : How to count duplicate items in slice/array?
+24k Golang : Fix type interface{} has no field or no methods and type assertions example
+5.9k Cash Flow : 50 days to pay your credit card debt
+27.3k Golang : Find files by name - cross platform example
+7k Golang : constant 20013 overflows byte error message
+19.6k Golang : Set or Add HTTP Request Headers
+6.7k Golang : When to use make or new?
+9.8k Golang : interface - when and where to use examples
+9.7k Golang : Copy map(hash table) example