Skip to content

Instantly share code, notes, and snippets.

@jadia
Created December 3, 2018 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadia/7a5dbca85e7386d3c2498808e13d2284 to your computer and use it in GitHub Desktop.
Save jadia/7a5dbca85e7386d3c2498808e13d2284 to your computer and use it in GitHub Desktop.
How to remove EPEL 7.0 repo from CentOS 6.5

Remove the previous epel release and install the correct one.

yum remove epel-release
wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -ihv epel-release-6-8.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment