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
+4.5k Java : Generate multiplication table example
+8k Golang Hello World Example
+4.8k Facebook : How to place save to Facebook button on your website
+13.5k Golang : error parsing regexp: invalid or unsupported Perl syntax
+15.8k Golang : Get checkbox or extract multipart form data value example
+23k Golang : Calculate time different
+17.2k Golang : Fix cannot convert buffer (type *bytes.Buffer) to type string error
+17k Golang : Set up source IP address before making HTTP request
+6.7k Golang : How to validate ISBN?
+11.7k Golang : Display a text file line by line with line number example
+10.8k Golang : Get currencies exchange rates example
+48k Golang : Convert int to byte array([]byte)