From 0b1c9b0c40a5235e4abaa9a76f89451242093d86 Mon Sep 17 00:00:00 2001 From: Ben Bullard Date: Wed, 2 Mar 2022 03:40:30 +0000 Subject: [PATCH] docs: update distribution/guides/software-management/DNF --- .../guides/software-management/DNF.md | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/distribution/guides/software-management/DNF.md b/distribution/guides/software-management/DNF.md index 6736d19..e4834c7 100644 --- a/distribution/guides/software-management/DNF.md +++ b/distribution/guides/software-management/DNF.md @@ -2,9 +2,9 @@ title: Using dnf in OpenMandriva Lx description: published: true -date: 2020-12-21T23:52:30.588Z -tags: -editor: undefined +date: 2022-03-02T03:40:26.848Z +tags: documentation, dnf, user-guide +editor: markdown dateCreated: 2020-03-06T18:48:34.373Z --- @@ -29,9 +29,12 @@ Note: 'dnf search' will work with partial names as well - cleanup any files and packages left in cache and to remove repository metadata: `$ sudo dnf clean all ; dnf clean all` -- update your system: +- update your Rock system: `$ sudo dnf --refresh upgrade ` +- update your Rolling system: +`$ sudo dnf --refresh distro-sync ` + ## Some other common dnf commands `autoremove` @@ -56,6 +59,15 @@ reinstalls the currently installed package `repolist` list enabled repositories +## Some commands may be abbreviated + +`dnf in=dnf install` +`dnf ri=dnf reinstall` +`dnf dg=dnf downgrade` +`dnf rm=dnf remove` +`dnf up=dnf upgrade` +`dnf dsync=dnf distro-sync` + ## Some common dnf options `--allowerasing`