=head1 NAME urpme - rpm deinstaller =head1 SYNOPSIS urpme [options] [package_name...] =head1 DESCRIPTION urpme allows packages to be deinstalled, including all their dependencies. I must have one of the forms I, I, I, or I. If you want to specify packages more broadly, use the B<-a> option. =head1 OPTIONS =over =item B<--help> Prints a help message and exit (this is the same as B<-h> or B<-?>). =item B<-a> If multiple packages match the given substring, deinstall them all. =item B<-v> Proposes a verbose mode with various messages. =item B<--auto> Removes packages non-interactively, without asking questions. =item B<--test> Test deinstallation of packages but do not modify the system. =item B<--force> Force invocation even if some packages do not exist. =item B<--noscripts> Don't execute the scriptlets. This is equivalent to B. This can be useful to remove packages where uninstall scriptlets fail for some reason. =item B<--parallel> I Activate distributed execution of urpmi to other machines (it is mandatory that urpmi is installed, but it is not necessary to have media defined on any machines). I defines which extension module is to be used by urpmi (currently, urpmi-parallel-ka-run or urpmi-parallel-ssh are available) and which machines should be updated. This alias is defined in the file F as described below. =item B<--repackage> Save previous state of upgraded packages; in other words, save the old rpms (usually in F, but you can override this with an rpm macro.) This is equivalent to providing the B<--repackage> flag to rpm. If you want to use the repackage/rollback functionality of rpm, you should check out the C tool. =item B<--root> I Use the file system tree rooted for rpm install. All operations and scripts will run after chroot(2). The rpm database that lies in the rooted tree will be used, but the urpmi configuration comes from the normal system. =item B<--use-distrib> I Configure urpme on the fly from a distribution tree. =back =head1 FILES See urpmi.files(5). =head1 EXIT CODES =over =item 0 Success; or nothing was found to remove; or the user cancelled the whole operation. =item 1 Command line inconsistency, invocation failure (you are not root), or packages not found. =item 2 Removal of packages failed. =back =head1 AUTHORS Pascal Rigaux (current maintainer), Francois Pons, Rafael Garcia-Suarez =head1 SEE ALSO urpmi.addmedia(8), urpmi.update(8), urpmi.removemedia(8), urpmf(8), urpmi(8), urpmq(8), urpmi.files(5), urpmi.recover(8).