summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-09 18:02:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-09 18:02:41 +0000
commit1021d130193714dde925d80aea7a933bf7493118 (patch)
treebda70253ed40664a38d8021654cb2c6b10219f56 /pod
parentdd34c6b3190f6ed72e482c397e957b41f5d60fb3 (diff)
downloadurpmi-1021d130193714dde925d80aea7a933bf7493118.tar
urpmi-1021d130193714dde925d80aea7a933bf7493118.tar.gz
urpmi-1021d130193714dde925d80aea7a933bf7493118.tar.bz2
urpmi-1021d130193714dde925d80aea7a933bf7493118.tar.xz
urpmi-1021d130193714dde925d80aea7a933bf7493118.zip
udpate doc
Diffstat (limited to 'pod')
-rw-r--r--pod/urpmihowto.8.pod12
1 files changed, 5 insertions, 7 deletions
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<rpm-find-leaves>. 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<urpme --auto-orphans>
=head1 Media management
@@ -238,18 +236,18 @@ will list the information for that package (like C<rpm -qi> 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.