Skip to content

Commit

Permalink
Update documentation of history userinstalled command
Browse files Browse the repository at this point in the history
The described behavior differs from current behavior therefore
it might create a confusion.
  • Loading branch information
j-mracek committed Mar 8, 2024
1 parent e82ede0 commit 72a30d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/command_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ transactions and act according to this information (assuming the
the current state of RPMDB, it will not undo the transaction.

``dnf history userinstalled``
Show all installonly packages, packages installed outside of DNF and packages not
installed as dependency. I.e. it lists packages that will stay on the system when
Show all packages installed by user, installed from a group or a module profile, and packages
installed outside of DNF. I.e. it lists packages that will stay on the system when
:ref:`\autoremove_command-label` or :ref:`\remove_command-label` along with
`clean_requirements_on_remove` configuration option set to True is executed. Note the same
results can be accomplished with ``dnf repoquery --userinstalled``, and the repoquery
Expand Down

0 comments on commit 72a30d0

Please sign in to comment.