Symptoms
Package updates fail due to a problem with the WP Toolkit yum repository.
CONFIG_TEXT: Error: Failed to download metadata for repo 'wp-toolkit-cpanel': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Cause
WP Toolkit's mirror was updated, and the baseurl needs to be updated.
Resolution
- Log in to the server via SSH or WHM's Terminal as the
rootuser -
Move aside the problematic WP Toolkit repository:
# mv -v /etc/yum.repos.d/wp-toolkit*.repo{,.backup.$(date +%F_%R)}
- Attempt to install the WP Toolkit again
Comments
0 comments
Article is closed for comments.