This is what I would do:
- Create repo file:
/etc/yum.repos.d/scott.repo
[scott]
name=Rescue
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos
enabled=1
gpgcheck=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
metadata_expire=86400
enabled_metadata=1
- Run
sudo dnf up alma\* - If that changes the other repos (removes “beta”) and makes more packages visible (in
sudo dnf check-update), then remove the/etc/yum.repos.d/scott.repoas you are good to go.