When trying to Webmin to newer version through Webmin’s Virtualmin Package Updates module or manual yum update/install command, the following error occurred:

Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base:
* epel:
* extras:
* updates:
Resolving Dependencies
–> Running transaction check
—> Package wbm-virtual-server.noarch 0:4.14.gpl-1 will be updated
—> Package wbm-virtual-server.noarch 0:4.15.gpl-1 will be an update
http://SERIALNUMBER:[email protected]/gpl/universal/repodata/filelists.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/filelists.xml.gz from virtualmin-universal: [Errno 256] No more mirrors to try.
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigest

.. install failed!

Webmin Metadata File Does Not Match Checksum

To resolve the issue, login to the host via SSH, and then run the following command:

yum clean all
yum update

The commands clean up yum cache directory, and then install all available updates, including webmin and virtualmin if applicable.