If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hello,
As workaround:
You can completely disable the epel repository or you can try adding the oniguruma package to the exceptions for EPEL. To exclude a package from EPEL repo, add the following line:
Code:
exclude=oniguruma
To the section [epel] in file /etc/yum.repos.d/epel.repo. It will look like:
Code:
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
#baseurl=[URL]
[http://download.fedoraproject.org/pub/epel/7/[/URL]$basearch
metalink=[URL]https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch[/URL]=$basearch&infra=$infra&content=$contentdir
failovermethod=priority
enabled = 1
gpgcheck=1
exclude=oniguruma
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
](http://download.fedoraproject.org/pub/epel/7/)
With this fix, you will exclude the conflicting package from EPEL repo and can try to keep the repository turned on.
We are working on a fix, tomorrow it will be ready.
Thank you
Comment