Unable to update system packages

MopeyGecko

Verified User
Joined
Apr 6, 2022
Messages
29
When attempting to update system packages from the directadmin panel the upgrade fails very early in the process. I am seeing the following error…

problem: package kernel-modules-core-5.14.0-284.25.1.el9_2.x86_64 requires kernel-uname-r = 5.14.0-284.25.1.el9_2.x86_64, but none of the providers can be installed
- conflicting requests
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Many thanks for any assistance you can provide.
 
maybe your mirror have not fully sync correctly.

trying
Code:
dnf clean all
dnf update

maybe do this around 2-4 round to get mirror that have sync correctly.
 
Back
Top