diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-21 12:16:31 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-21 12:16:31 +0000 |
commit | ca8aeb40d48d21095354e1ce65673035d931f270 (patch) | |
tree | c7eb4481576ae8e9da2cb18662cf6621cb1d317d /pod/urpmq.8.pod | |
parent | 9fb1dd823d8ff51280fd7501491b6fd778ae5343 (diff) | |
download | urpmi-ca8aeb40d48d21095354e1ce65673035d931f270.tar urpmi-ca8aeb40d48d21095354e1ce65673035d931f270.tar.gz urpmi-ca8aeb40d48d21095354e1ce65673035d931f270.tar.bz2 urpmi-ca8aeb40d48d21095354e1ce65673035d931f270.tar.xz urpmi-ca8aeb40d48d21095354e1ce65673035d931f270.zip |
add --not-available option to urpmq
Patch from Pascal Terjan, fixes bug #51418
urpmq --not-available shows the packages that are installed but no
longer available in the configured media. This can be helpful to figure
out which packages are obsolete after a few distro upgrades.
Diffstat (limited to 'pod/urpmq.8.pod')
-rw-r--r-- | pod/urpmq.8.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod index 0078bbfc..9946b400 100644 --- a/pod/urpmq.8.pod +++ b/pod/urpmq.8.pod @@ -88,6 +88,12 @@ packages and packages listed in various registered media. List orphans. +=item B<--not-available> + +List packages that are not available on any media. This can help to find +packages that are still installed but that are now obsolete because they +have been removed from the current version of Mandriva Linux. + =item B<--no-suggests> With this option, urpmq will not require "suggested" packages. |