diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpme.8.pod | 5 | ||||
-rw-r--r-- | pod/urpmi.8.pod | 4 | ||||
-rw-r--r-- | pod/urpmi.files.5.pod | 7 | ||||
-rw-r--r-- | pod/urpmq.8.pod | 4 |
4 files changed, 20 insertions, 0 deletions
diff --git a/pod/urpme.8.pod b/pod/urpme.8.pod index 77d441c2..27cb5468 100644 --- a/pod/urpme.8.pod +++ b/pod/urpme.8.pod @@ -5,6 +5,7 @@ urpme - rpm deinstaller =head1 SYNOPSIS urpme [options] [package_name...] + urpme [options] --auto-orphans =head1 DESCRIPTION @@ -37,6 +38,10 @@ This is the same as B<--verbose>. Removes packages non-interactively, without asking questions. +=item B<--auto-orphans> + +Removes orphans. + =item B<--test> Test deinstallation of packages but do not modify the system. diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 408f7001..b80b81a5 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -107,6 +107,10 @@ Like B<--auto-select>, but also updates all relevant media before selection of upgradeable packages is made. This avoids a previous call to C<urpmi.update>. +=item B<--auto-orphans> + +Remove all orphans without asking (see also C<urpme --auto-orphans>) + =item B<--no-md5sum> Disable MD5SUM file checking when updating media. diff --git a/pod/urpmi.files.5.pod b/pod/urpmi.files.5.pod index 45baf3ba..26512a23 100644 --- a/pod/urpmi.files.5.pod +++ b/pod/urpmi.files.5.pod @@ -72,6 +72,13 @@ This file is handled by urpmi: when adding a media from an URL containing a password, urpmi will remove the password from the URL written into urpmi.cfg and write it in this file. +=item I<< /var/lib/urpmi/installed-through-deps.list >> + +Contains the name of the packages that were selected indirectly, ie not requested by user +(eg: libxxxN). It is used to detect orphans (try C<urpme --auto-orphans> and see). + +The format of the file is: one package name per line, or optionally "xxx (required by ...)" + =back =head1 SEE ALSO diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod index fd266802..959044cc 100644 --- a/pod/urpmq.8.pod +++ b/pod/urpmq.8.pod @@ -84,6 +84,10 @@ searching packages and resolving dependencies. Select all packages that can be upgraded, according to already installed packages and packages listed in various registered media. +=item B<--auto-orphans> + +List orphans. + =item B<--no-suggests> With this option, urpmq will not require "suggested" packages. |