docs: update doc/Using_dnf_in_omlx

This commit is contained in:
ru ru 2020-03-06 19:13:32 +00:00 committed by omakuta
parent b4a75cf6a1
commit 8a4dc185bd
1 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,7 @@
title: Using dnf in OpenMandriva Lx title: Using dnf in OpenMandriva Lx
description: description:
published: true published: true
date: 2020-03-06T18:53:39.238Z date: 2020-03-06T19:13:31.623Z
tags: documentation, dnf tags: documentation, dnf
--- ---
@ -85,3 +85,15 @@ Set best option to False, so that transactions are not limited to best candidate
`-y, --assumeyes` `-y, --assumeyes`
Automatically answer yes for all questions Automatically answer yes for all questions
## More
`$ dnf --help`
and
`$ man dnf`
The help menu takes about a minute to a minute and a half to read. The man page takes about 3-5 minutes.
Both are meant to be available for users to refer to as they use their system and need to find quickly how to do something.
There are also wiki pages and docs about dnf: [Using the DNF software package manager](https://docs.fedoraproject.org/en-US/quick-docs/dnf/), [Fedora wiki page](https://fedoraproject.org/wiki/DNF?rd=Dnf), and [DNF Command Reference](https://dnf.readthedocs.io/en/latest/command_ref.html).