=head1 NAME urpme - rpm deinstaller =head1 SYNOPSIS urpme [options] [package_name...] urpme [options] --auto-orphans =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<-h>, B<-?>, B<--help> Prints a help message and exit. =item B<-a> If multiple packages match the given substring, deinstall them all. =item B<-v>, B<--verbose> Proposes a verbose mode with various messages. =item B<--auto> 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. =item B<--force> Force invocation even if some packages do not exist. =item B<--justdb> Update only the database, not the filesystem. =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<--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<--urpmi-root> I Use the file system tree rooted for urpmi database and rpm install. Contrary to B<--root>, the urpmi configuration comes from the rooted tree. =item B<--use-distrib> I Configure urpme on the fly from a distribution tree. =item B<--wait-lock> If the urpmi or rpm db is busy, wait until it is available =back =head1 FILES See urpmi.files(5). =head1 EXIT CODES =over =item C<0> Success; or nothing was found to remove; or the user cancelled the whole operation. =item C<1> Command line inconsistency, invocation failure (you are not root), or packages not found. =item C<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).