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
+12k Golang : Print UTF-8 fonts on image example
+5.1k Swift : Convert string array to array example
+6.5k Golang : Humanize and Titleize functions
+8.2k Golang : Ackermann function example
+31.2k Golang : Example for ECDSA(Elliptic Curve Digital Signature Algorithm) package functions
+16.6k Golang : How to generate QR codes?
+16.4k Golang : Gzip file example
+11.7k Golang : Convert decimal number(integer) to IPv4 address
+30.1k Get client IP Address in Go
+5.5k List of Golang XML tutorials
+9.1k Golang : Find the length of big.Int variable example
+14k Golang : Recombine chunked files example