From c5bd347bf9efb7a9db79cfb059fd952452077a7a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 18 Jun 2009 21:31:33 +0200 Subject: Updated apt-why(1) --- bin/apt-why | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'bin') diff --git a/bin/apt-why b/bin/apt-why index 9af7283..37d0fde 100755 --- a/bin/apt-why +++ b/bin/apt-why @@ -57,23 +57,21 @@ apt-why - filtered reverse dependency displayer using AptPkg::Cache =head1 SYNOPSIS -B [ B<--not> ] I +B [ I ] I =head1 DESCRIPTION -B displays various informations based on a Is reverse -dependencies +B recursively displays I's reverse dependency, thus +showing which packages require I on the system. -The output is prefixed by two charactes, the former representing the desired -package state, the latter the current state. +=head1 OPTIONS -The states are Install, Iold, Iemove (deinstall), I

urge, -Inpacked, halI configured, Ialf installed, Ionfigfiles installed. -An empty field means not installed. +=over -If B<--not> is specified, reverse dependencies prohibiting the installation of -I are shown. Else, reverse dependencies justifying the installation -of I are shown +=item B<--deptype>=I + +Only show reverse dependency which mach the specified I (comma separated list). +Right now, possible types are Depends, Suggests, Recommends. =head1 AUTHOR -- cgit v1.2.3