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
+14.8k Golang : Basic authentication with .htpasswd file
+16.5k Golang : Merge video(OpenCV) and audio(PortAudio) into a mp4 file
+10.6k Golang : Simple File Server
+6k PageSpeed : Clear or flush cache on web server
+10.1k Golang : How to profile or log time spend on execution?
+11.6k Golang : Convert(cast) float to int
+11.3k Golang : Post data with url.Values{}
+28.1k Golang : Connect to database (MySQL/MariaDB) server
+13.3k Golang : Read from buffered reader until specific number of bytes
+6.8k Fix sudo yum hang problem with no output or error messages
+20k Golang : Reset or rewind io.Reader or io.Writer
+46.3k Golang : Encode image to base64 example