summaryrefslogtreecommitdiffstats
path: root/man/C/urpme.8
blob: 4183115471ad1cff487dc0997aaea2115d389763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.TH urpme 8 "28 Aug 2003" "Mandriva" "Mandriva Linux"
.IX urpme
.SH NAME
urpme \- rpm wrapper making deinstalls easier for the user
.SH SYNOPSIS
.B urpme [\fIoptions\fP] [\fIpackage_names\fP]
.SH DESCRIPTION
urpme allow packages to be deinstalled, including all their dependencies.
.SH OPTIONS
.IP "\fB\--help\fP"
Print a help message and exit (this is the same as \fB-h\fP or \fB-?\fP).
.IP "\fB\--auto\fP"
Remove packages automatically.
.IP "\fB\--test\fP"
Test (same as \fBrpm --test\fP) deinstallation of packages but do not modify the
system.
.IP "\fB\--force\fP"
Force invocation even if some packages do not exist.
.IP "\fB\--parallel\fP \fIalias\fP"
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). \fIalias\fP defines which extension module is to be used by urpmi
(currently, \fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP are
available) and which machines should be updated. This alias is defined in the
file /etc/urpmi/parallel.cfg as described below.
.IP "\fB\--root\fP \fIdirectory\fP"
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.
.IP "\fB\-v\fP"
Proposes a verbose mode with various messages.
.IP "\fB\-a\fP"
If multiple packages match the given substring, deinstall them all.
.SH FILES
See \fIurpmi.files\fP(5).
.SH EXIT CODES
.IP 1
Command line inconsistency.
.IP 2
Removing of packages failed.
.SH AUTHORS
Pascal Rigaux, Francois Pons, Rafael Garcia-Suarez,
<rgarciasuarez@mandriva.com> (current maintainer)
.SH SEE ALSO
\fIurpmi.addmedia\fP(8),
\fIurpmi.update\fP(8),
\fIurpmi.removemedia\fP(8),
\fIurpmf\fP(8),
\fIurpmi\fP(8),
\fIurpmq\fP(8),
\fIurpmi.files\fP(5).