-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Upgrade Navy Linux 8.4r1 to 8.5r1
with the simple yum update command only update the packages update plus vulnerabilities fixes. To upgrade Navy Linux release its needs to change the releaseversion in the file /etc/dnf/vars/releaseversion
Step to upgrade Navy Linux 8.4r1 to 8.5r1
echo "8.5r1" > /etc/dnf/vars/releaseversion
dnf distro-syncAslo supported direct upgrade from 8.4r1 to 8.6r1 with the same method.
Just need to replace release veriable 8.61 into the file /etc/dnf/vars/releaseversion
Step to upgrade Navy Linux 8.4r1 to 8.6r1
echo "8.6r1" > /etc/dnf/vars/releaseversion
dnf distro-syncNote:
Please create your system backup first to apply these changes.
Metadata
Metadata
Assignees
Labels
No labels