Problem concerning openssl, gnutls

When try to update my system

# cat /etc/rocky-release

Rocky Linux release 9.8 (Blue Onyx)

# dnf update

Last metadata expiration check: 0:17:36 ago on Wed 03 Jun 2026 09:52:02 AM CEST.
Error:
Problem 1: package gnutls-dane-3.8.10-3.el9.x86_64 from @System requires gnutls(x86-64) = 3.8.10-3.el9, but none of the providers can be installed

  • cannot install both gnutls-3.8.10-4.el9_8.x86_64 from baseos and gnutls-3.8.10-3.el9.x86_64 from @System
  • cannot install both gnutls-3.8.10-4.el9_8.x86_64 from baseos and gnutls-3.8.10-3.el9.x86_64 from baseos
  • cannot install the best update candidate for package gnutls-dane-3.8.10-3.el9.x86_64
  • cannot install the best update candidate for package gnutls-3.8.10-3.el9.x86_64
    Problem 2: package openssl-devel-1:3.5.5-2.el9_8.x86_64 from @System requires openssl-libs(x86-64) = 1:3.5.5-2.el9_8, but none of the providers can be installed
  • cannot install both openssl-libs-1:3.5.5-3.el9_8.x86_64 from baseos and openssl-libs-1:3.5.5-2.el9_8.x86_64 from @System
  • cannot install both openssl-libs-1:3.5.5-3.el9_8.x86_64 from baseos and openssl-libs-1:3.5.5-2.el9_8.x86_64 from baseos
  • cannot install the best update candidate for package openssl-libs-1:3.5.5-2.el9_8.x86_64
  • cannot install the best update candidate for package openssl-devel-1:3.5.5-2.el9_8.x86_64
    Problem 3: problem with installed package openssl-devel-1:3.5.5-2.el9_8.x86_64
  • package openssl-devel-1:3.5.5-2.el9_8.x86_64 from @System requires openssl-libs(x86-64) = 1:3.5.5-2.el9_8, but none of the providers can be installed
  • package openssl-devel-1:3.5.5-2.el9_8.x86_64 from appstream requires openssl-libs(x86-64) = 1:3.5.5-2.el9_8, but none of the providers can be installed
  • cannot install both openssl-libs-1:3.5.5-3.el9_8.x86_64 from baseos and openssl-libs-1:3.5.5-2.el9_8.x86_64 from @System
  • cannot install both openssl-libs-1:3.5.5-3.el9_8.x86_64 from baseos and openssl-libs-1:3.5.5-2.el9_8.x86_64 from baseos
  • package openssl-1:3.5.5-3.el9_8.x86_64 from baseos requires openssl-libs(x86-64) = 1:3.5.5-3.el9_8, but none of the providers can be installed
  • cannot install the best update candidate for package openssl-1:3.5.5-2.el9_8.x86_64
    Problem 4: openssl-devel-1:3.5.5-2.el9_8.i686 from appstream does not belong to a distupgrade repository
  • package kernel-devel-5.14.0-687.12.1.el9_8.x86_64 from @System requires openssl-devel, but none of the providers can be installed
  • package openssl-devel-1:3.5.5-2.el9_8.x86_64 from @System requires openssl-libs(x86-64) = 1:3.5.5-2.el9_8, but none of the providers can be installed
  • package openssl-devel-1:3.5.5-2.el9_8.x86_64 from appstream requires openssl-libs(x86-64) = 1:3.5.5-2.el9_8, but none of the providers can be installed
  • cannot install both openssl-libs-1:3.5.5-3.el9_8.x86_64 from baseos and openssl-libs-1:3.5.5-2.el9_8.x86_64 from @System
  • cannot install both openssl-libs-1:3.5.5-3.el9_8.x86_64 from baseos and openssl-libs-1:3.5.5-2.el9_8.x86_64 from baseos
  • package openssl-fips-provider-1:3.5.5-3.el9_8.x86_64 from baseos requires openssl-libs(x86-64) = 1:3.5.5-3.el9_8, but none of the providers can be installed
  • cannot install the best update candidate for package openssl-fips-provider-1:3.5.5-2.el9_8.x86_64
  • cannot install the best update candidate for package kernel-devel-5.14.0-611.47.1.el9_7.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)

Can you please try running dnf --refresh update? It’s possible that there’s a disconnect between your baseos and appstream repos. Alternatively, you could wait a bit for the mirrors to catch up.


This is the right solution, thank you very much!!!