Upgrade from 9.4 to 9.5

This is what I would do:

  1. 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
  1. Run sudo dnf up alma\*
  2. 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.repo as you are good to go.
1 Like