Skip to content

AlmaLinux9

Evan Carlin edited this page Dec 6, 2024 · 2 revisions

This is like the CentOS7 wiki but for AlmaLinux9

dnf update

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))
Clone this wiki locally