ICT:AlmaLinux update procedure
Appearance
AlmaLinux 10.1 — Update Routine (SSH)
This routine keeps the server aligned with the official AlmaLinux 10.1 package set. It is safe, reproducible, and suitable for long‑term stewardship.
1. Connect to the server
ssh <user>@<server-address>
2. Refresh package metadata and apply updates
Standard, everyday update command.
sudo dnf upgrade --refresh
3. Synchronize with the exact AlmaLinux 10.1 release
Ensures the system matches the official 10.1 repositories.
sudo dnf distro-sync
4. Reboot if the kernel or core libraries were updated
sudo reboot
5. Verify the system release
cat /etc/almalinux-release
Expected output:
AlmaLinux release 10.1 (Seafoam Ocelot)