From d2a97d253c211f5af3565a21f7ea91f7c8df6b47 Mon Sep 17 00:00:00 2001 From: Michael Carbone Date: Wed, 17 Feb 2016 12:38:12 -0500 Subject: [PATCH] dnf -> yum f21 errors on using dnf because it is not yet the default package manager. --- installing/upgrade-to-r3.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installing/upgrade-to-r3.1.md b/installing/upgrade-to-r3.1.md index 0b04d361..136b3088 100644 --- a/installing/upgrade-to-r3.1.md +++ b/installing/upgrade-to-r3.1.md @@ -38,11 +38,11 @@ section should be repeated in **all** the user's Template and Standalone VMs. 2. Install the `qubes-upgrade-vm` package: - sudo dnf install --enablerepo=qubes-vm-r3.0-current-testing qubes-upgrade-vm + sudo yum install --enablerepo=qubes-vm-r3.0-current-testing qubes-upgrade-vm 3. Proceed with a normal upgrade in the template: - sudo dnf upgrade + sudo yum upgrade 4. Shut down the template VM.