EmersonElectricCo / fsf

File Scanning Framework
Apache License 2.0
289 stars 49 forks source link

Yum Error After Adding EPEL #8

Closed peasead closed 8 years ago

peasead commented 8 years ago

I ran into an issue after adding the EPEL repo for CentOS 7 - Minimal.

After turning on the EPEL release sudo yum install epel-release I get the following error when doing yum install python-pip ssdeep-devel: Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

To fix this, I ran the following: sudo sed -i 's/https/http/g' /etc/yum.repos.d/epel.repo

Not sure if this was just a me problem, but this fixed the issue.

jxb5151 commented 8 years ago

I believe this directly relates to issue #10. Please see the solution there.