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
+22.7k Golang : simulate tail -f or read last line from log file example
+5k Python : Create Whois client or function example
+4.2k Javascript : How to show different content with noscript?
+15k Golang : Save(pipe) HTTP response into a file
+31.1k Golang : bufio.NewReader.ReadLine to read file line by line
+8.4k Golang : Convert(cast) []byte to io.Reader type
+10.3k Generate Random number with math/rand in Go
+11.5k Golang : Gorilla web tool kit secure cookie example
+8.1k Golang : Emulate NumPy way of creating matrix example
+5.6k Unix/Linux/MacOSx : Get local IP address
+11k CodeIgniter : How to check if a session exist in PHP?
+7k Golang : Get environment variable