logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dnf4-leaves - DNF leaves Plugin

Author

       See AUTHORS in your Core DNF Plugins distribution

Description

leaves  lists all the packages installed on your system which are not required as a dependency of another
       installed package. However two or more packages might depend on eachother in a dependency cycle. Packages
       in such cycles, which are not required by any other package, are also listed.

Name

       dnf4-leaves - DNF leaves Plugin

       List installed packages not required by any other installed package.

Options

       All general DNF options are accepted, see Options in dnf(8) for details.

Synopsis

dnfleaves

Why Is This Useful?

       The list gives you a nice overview of what is installed on your system without flooding you with anything
       required by the packages already shown.  The following list of arguments basically says the same thing in
       different ways:

       • All the packages on this list is either needed by you, other users of the system or not needed at all –
         if it was required by another installed package it would not be on the list.

       • If you want to uninstall anything from your system (without breaking dependencies) it must  involve  at
         least one package on this list.

       • If there is anything installed on the system which is not needed it must be on this list – otherwise it
         would be required as a dependency by another package.

See Also