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
+5.2k Linux : How to set root password in Linux Mint
+10.9k Golang : Natural string sorting example
+20.9k Android Studio : AlertDialog and EditText to get user string input example
+6.1k Linux/MacOSX : Search for files by filename and extension with find command
+10.7k Golang : Generate 403 Forbidden to protect a page or prevent indexing by search engine
+7.7k Golang : Dealing with struct's private part
+9.4k Golang : Temperatures conversion example
+16.4k Golang : Find out mime type from bytes in buffer
+7.9k Golang : Reverse a string with unicode
+12.9k Golang : Add ASCII art to command line application launching process
+11.1k Golang : Create S3 bucket with official aws-sdk-go package
+5.1k Golang : Constant and variable names in native language