0

error: Failed dependencies:epel-release >= 7 is needed by webtatic-release-7-3.noarch

I am installing the webtatic-release repo in my cent machine. I have downloaded graphically and trying install using rpm -i option. But got the dependency error as shown below,

  #  rpm -i webtatic-release.rpm 
error: Failed dependencies:
        epel-release > = 7 is needed by webtatic-release-7-3.noarch

I have re-installed the Epel release completely, but still it remains the error.

EPEL (Extra Packages for Enterprise Linux) Add a comment
jacob
asked Apr 26 2017

Answer

0

Though you have removed Epel it exists. Try removing epel using below command.

# yum remove epel*

And check in /etc/yum.repos.d/ directory. If epel is there, remove it. And once all the setup is done again install epel as fresh and then try.

Add a comment
jagannatharumugam
asked Apr 26 2017
edited Oct 05 2018
Post your Answer