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
+21.1k Golang : How to read float value from standard input ?
+6.7k Golang : How to setup a disk space used monitoring service with Telegram bot
+24.7k Golang : Create PDF file from HTML file
+8k Swift : Convert (cast) Character to Integer?
+11.1k Golang : Byte format example
+6.1k Golang : Extract sub-strings
+13.2k Golang : Read XML elements data with xml.CharData example
+7.9k Golang : Add build version and other information in executables
+8.8k Golang : Intercept and compare HTTP response code example
+8.6k Golang : Gaussian blur on image and camera video feed examples
+19.7k Golang : Reset or rewind io.Reader or io.Writer
+10.9k Golang : Proper way to test CIDR membership of an IP 4 or 6 address example