Unable to update system packages

Status
Not open for further replies.

MopeyGecko

Verified User
Joined
Apr 6, 2022
Messages
36
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.
 
Try running sudo apt update && sudo apt upgrade in your terminal. If it shows errors, check your internet or software sources. For example, outdated repositories can block updates. Updating your source list usually helps fix it.

Thank you
 
Status
Not open for further replies.
Back
Top