Rocky Linux OS Upgrade
1. Check the current OS version
cat /etc/os-release
2. Update and upgrade the system
sudo dnf clean all
sudo dnf update -y
sudo reboot
3. Verify the OS version after reboot
cat /etc/rocky-release
1. Check the current OS version
cat /etc/os-release
2. Update and upgrade the system
sudo dnf clean all
sudo dnf update -y
sudo reboot
3. Verify the OS version after reboot
cat /etc/rocky-release
0 comments:
Post a Comment