To check the current repository version, run the following command:
rpm -q system-release --qf "%{VERSION}\n"
To check for newer repository versions:
sudo dnf check-release-update
You can use the dnf check-update command to check for any updates for your system. For AL2023, we recommend that you add the –releasever=version-number option to the command:
sudo dnf check-update --releasever=2023.1.20230906
To update all packages:
sudo dnf update --releasever=2023.1.20230906
To update only security fixes:
sudo dnf update --releasever=2023.1.20230906 --security
Getting package support information:
sudo dnf supportinfo --pkg glibc