diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpme.8.pod | 14 | ||||
-rw-r--r-- | pod/urpmi.8.pod | 12 |
2 files changed, 10 insertions, 16 deletions
diff --git a/pod/urpme.8.pod b/pod/urpme.8.pod index acfcec1c..1bf956f4 100644 --- a/pod/urpme.8.pod +++ b/pod/urpme.8.pod @@ -8,11 +8,10 @@ urpme - rpm deinstaller =head1 DESCRIPTION -urpme allow packages to be deinstalled, -including all their dependencies. I<package_names> must have one of the forms -I<name>, I<name-version>, I<name-version-release>, or -I<name-version-release.architecture>. If you want to specify packages more -broadly, use the B<-a> option. +urpme allows packages to be deinstalled, including all their dependencies. +I<package_names> must have one of the forms I<name>, I<name-version>, +I<name-version-release>, or I<name-version-release.architecture>. If you +want to specify packages more broadly, use the B<-a> option. =head1 OPTIONS @@ -44,8 +43,9 @@ Force invocation even if some packages do not exist. =item B<--noscripts> -Don't execute the scriptlets. -This is equivalent to B<rpm --noscripts>. +Don't execute the scriptlets. This is equivalent to B<rpm --noscripts>. +This can be useful to remove packages where uninstall scriptlets fail for +some reason. =item B<--parallel> I<alias> diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index eba80b89..bdcb0240 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -389,8 +389,7 @@ Urpmi database locked. =item 8 -Unable to -create bug report. +Unable to create bug report. =item 9 @@ -435,11 +434,6 @@ be resolved. For sending the report, make a tarball of this directory and send it directly to the current maintainer with a description of what you think is wrong. -=head1 BUGS - -When a package is removed, it may not be replaced -with an older version. - =head1 AUTHOR Pascal Rigaux (original author), FranE<ccedil>ois Pons, @@ -447,5 +441,5 @@ Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> (current maintainer) =head1 SEE ALSO -urpmi.addmedia(8), urpmi.update(8), urpmi.removemedia(8), urpmf(8), -urpmq(8), urpmi.cfg(5), urpmi.files(5). +urpmi.addmedia(8), urpmi.update(8), urpmi.removemedia(8), urpme(8), +urpmf(8), urpmq(8), urpmi.cfg(5), urpmi.files(5). |