Blame doc/leaves.rst

Packit 3a9065
..
Packit 3a9065
  Copyright (C) 2015 Emil Renner Berthing
Packit 3a9065
Packit 3a9065
  This copyrighted material is made available to anyone wishing to use,
Packit 3a9065
  modify, copy, or redistribute it subject to the terms and conditions of
Packit 3a9065
  the GNU General Public License v.2, or (at your option) any later version.
Packit 3a9065
  This program is distributed in the hope that it will be useful, but WITHOUT
Packit 3a9065
  ANY WARRANTY expressed or implied, including the implied warranties of
Packit 3a9065
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
Packit 3a9065
  Public License for more details.
Packit 3a9065
Packit 3a9065
==================
Packit 3a9065
DNF leaves Plugin
Packit 3a9065
==================
Packit 3a9065
Packit 3a9065
List installed packages not required by any other installed package.
Packit 3a9065
Packit 3a9065
--------
Packit 3a9065
Synopsis
Packit 3a9065
--------
Packit 3a9065
Packit 3a9065
``dnf leaves``
Packit 3a9065
Packit 3a9065
-----------
Packit 3a9065
Description
Packit 3a9065
-----------
Packit 3a9065
Packit 3a9065
`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.
Packit 3a9065
Packit 3a9065
-------
Packit 3a9065
Options
Packit 3a9065
-------
Packit 3a9065
Packit 3a9065
All general DNF options are accepted, see `Options` in :manpage:`dnf(8)` for details.
Packit 3a9065
Packit 3a9065
-------------------
Packit 3a9065
Why is this useful?
Packit 3a9065
-------------------
Packit 3a9065
Packit 3a9065
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.
Packit 3a9065
The following list of arguments basically says the same thing in different ways:
Packit 3a9065
Packit 3a9065
* 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.
Packit 3a9065
* If you want to uninstall anything from your system (without breaking dependencies) it must involve at least one package on this list.
Packit 3a9065
* 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.
Packit 3a9065