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
 
Would you please let me know what is the newest kernel available for DirectAdmin AlmaLinux 9 servers.

DirevctAdmin does not limit kernel versions, you can use any official or custom version. I've got:

Bash:
[root@dev tools]# rpm -qa | grep ^kernel-5.14 | sort -V
kernel-5.14.0-570.52.1.el9_6.x86_64
kernel-5.14.0-570.55.1.el9_6.x86_64
kernel-5.14.0-570.58.1.el9_6.x86_64
[root@dev tools]#


did not make a difference

You might try and run yum/dnf reinstall command for kernel package.
 
Back
Top