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
+11.6k Golang : Concatenate (combine) buffer data example
+10.8k Golang : Select region of interest with mouse click and crop from image
+19.6k Golang : Get host name or domain name from IP address
+7.7k Golang : Shuffle strings array
+9.6k Mac OSX : Get a process/daemon status information
+17.2k Golang : Get input from keyboard
+14.6k Golang : How to convert a number to words
+26.8k Golang : Encrypt and decrypt data with AES crypto
+20.7k Golang : Pipe output from one os.Exec(shell command) to another command
+4.9k Linux/MacOSX : How to symlink a file?
+16.6k Golang : Convert slice to array
+18.6k Golang : How to remove certain lines from a file