-
Notifications
You must be signed in to change notification settings - Fork 4
AlmaLinux9
Evan Carlin edited this page Dec 6, 2024
·
2 revisions
This is like the CentOS7 wiki but for AlmaLinux9
Before you run dnf update, you should probably stop services, e.g.
systemtl stop jupyterhub
Then run and reboot:
dnf update -y
rsc
reboot
You'll need to reconnect to the idrac_console.
After reboot, remove the old kernel:
yum remove $(rpm -qa | grep ^kernel-5 | grep -v $(uname -r))