Skip to content

How to upgrade Navy Linux 8.4 to 8.5r1 #2

@adilcd

Description

@adilcd

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-sync

Aslo 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-sync

Note: Please create your system backup first to apply these changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions