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
+6.6k Golang : Reverse by word
+9.6k Golang : Eroding and dilating image with OpenCV example
+5.4k How to check with curl if my website or the asset is gzipped ?
+4.6k MariaDB/MySQL : How to get version information
+6.9k Golang : How to setup a disk space used monitoring service with Telegram bot
+11.6k Golang : How to detect a server/machine network interface capabilities?
+8.8k Golang : HTTP Routing with Goji example
+19.3k Golang : Fix cannot download, $GOPATH not set error
+31k Golang : Calculate percentage change of two values
+5.2k PHP : See installed compiled-in-modules
+5.8k Golang : List all packages and search for certain package
+10.1k Golang : How to profile or log time spend on execution?