From 1021d130193714dde925d80aea7a933bf7493118 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 9 Jul 2008 18:02:41 +0000 Subject: udpate doc --- pod/urpmihowto.8.pod | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'pod') diff --git a/pod/urpmihowto.8.pod b/pod/urpmihowto.8.pod index 7b10d43b..1eb525d1 100644 --- a/pod/urpmihowto.8.pod +++ b/pod/urpmihowto.8.pod @@ -85,10 +85,8 @@ ones that are part of the base system.) See the urpme(8) manpage for the reference of all options urpme supports. -urpme isn't able to detect packages that are no longer used: for example, -libraries that no application requires. To clean them up, a handy tool is -B. It will list all RPMs on your system that no other -package requires. +urpme will detect packages that are no longer used: for example, libraries +that no application requires. To remove them, use B =head1 Media management @@ -238,18 +236,18 @@ will list the information for that package (like C would do for installed packages.) The C<--summary> option is similar, but gives only one-line concise information. - urpmq --source package + urpmq --sources package will give the URL from which the package can be retrieved. - urpmq -d package + urpmq --requires-recursive package will give the list of all RPMs that are required by the specified package (recursively). Inversely, the command - urpmq -R package + urpmq --whatrequires package will give the list of all RPMs that require the specified package. -- cgit v1.2.1