Skip to content

Commit

Permalink
doc: dnf5-repoquery: Mention %{reason} query tag at --userinstalled
Browse files Browse the repository at this point in the history
DNF4's "repoquery --userinstalled" only listed explitly installed
packages. DNF5 includes more packages, e.f. group-installed ones.

People seeking for the old behavior might be interested in displaying
a %{reason} query tag (as DNF5 cannot search by reason yet). Mention
this option right at the --userinstalled option.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2308842
  • Loading branch information
ppisar committed Sep 9, 2024
1 parent d7101b3 commit 2e2af32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/commands/repoquery.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Options
| Limit to packages that are not installed as dependencies or weak dependencies.
| This means limit to packages that were installed at the user request or indirectly as a part of a module profile or comps group. Additionally it returns packages with unknown reason.
| The result may be influenced by the "exclude" option in the configuration file.
| To get an exact reason of the installation, use ``--queryformat '%{name} %{reason}\n'`` option.
``--whatconflicts=CAPABILITY,...``
| Limit to packages that conflict with any of <capabilities>.
Expand Down

0 comments on commit 2e2af32

Please sign in to comment.