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
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment