Error yum update

elsevi

Verified User
Joined
Jan 27, 2020
Messages
19
Hola Comunidad. Desde un tiempo, no puedo actualizar mi servidor CentOS 8 con yum update, salta este error:

[root@host ~]# yum update
Last metadata expiration check: 2:22:13 ago on Wed 15 Dec 2021 11:00:16 AM GMT.
Error:
Problem: cannot install both oniguruma-6.8.2-2.el8.x86_64 and oniguruma-6.8.2-1.el8.x86_64
- package oniguruma-devel-6.8.2-1.el8.x86_64 requires oniguruma = 6.8.2-1.el8, but none of the providers can be installed
- cannot install the best update candidate for package oniguruma-6.8.2-1.el8.x86_64
- problem with installed package oniguruma-devel-6.8.2-1.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages

[root@host ~]# cat /etc/redhat-release
CentOS Linux release 8.2.2004 (Core)

¿Pueden ayudarme a solucionar?

Gracias
 
Sorry, please post in English, this is an English languaged forum.
Update to the newest Centos version first too.

Also oniguruma is not a DA package.

Try yum clean all and after that yum update again or
yum update --allowerasing or
yum update --skip-broken
to fix things.
 
Sorry, please post in English, this is an English languaged forum.
Update to the newest Centos version first too.

Also oniguruma is not a DA package.

Try yum clean all and after that yum update again or
yum update --allowerasing or
yum update --skip-broken
to fix things.
That's great. Worked. Thank you
 
Back
Top