kernel not updating

looks like yum update is able to be accessed from the server
[root@host5 ~]# yum check-update
Last metadata expiration check: 3:16:50 ago on Fri 31 Oct 2025 10:10:00 AM EDT.
[root@host5 ~]#
 
I am getting nowher trying to download and/or install the new kernel. What am I missing?


[root@host5 ~]# yumdownloader 5.14.0-570.58.1.el9_6.x86_64

Last metadata expiration check: 1:13:53 ago on Fri 31 Oct 2025 02:13:10 PM EDT.

No package 5.14.0-570.58.1.el9_6.x86_64 available.

Exiting due to strict setting.

Error: No package 5.14.0-570.58.1.el9_6.x86_64 available.

[root@host5 ~]# yum install --downloadonly 5.14.0-570.58.1.el9_6.x86_64

Last metadata expiration check: 1:14:13 ago on Fri 31 Oct 2025 02:13:10 PM EDT.

No match for argument: 5.14.0-570.58.1.el9_6.x86_64

Error: Unable to find a match: 5.14.0-570.58.1.el9_6.x86_64
 
yum does not seem to think there is a new kernel available
and
dnf does not think there is a newer version available
Maybe there is not an updated kernel for DirectAdmin?
For the past 2 years (except for the last 2 months) when Cpanel updates my Cpanel server kernels, yum update always lets me update the kernel to the same kernel and cpanel servers.
Would you please let me know what is the newest kernel available for DirectAdmin AlmaLinux 9 servers.

[root@host5 ~]# dnf check-update kernel

Last metadata expiration check: 1:52:33 ago on Fri 31 Oct 2025 02:13:10 PM EDT.

[root@host5 ~]#


[root@host5 ~]# sudo dnf update

Last metadata expiration check: 1:50:33 ago on Fri 31 Oct 2025 02:13:10 PM EDT.

Dependencies resolved.

Nothing to do.

Complete!
 
Thanks for your advice, but,
sudo dnf clean all
then
sudo dnf update
did not make a difference
 
Back
Top