blob: f9bcdbc19297f4af2fdad405a41e06170fb7c68b (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
|
.TH "RPM misc options" 8
.SH NAME rpm \- lesser need options for rpm(8)
.SH OPTIONS
.TP
\fB\-\-predefine\fR='\fIMACRO EXPR\fB'\fR
Defines \fIMACRO\fR with value \fIEXPR\fR. before loading macro files.
.SH Switching off features
.TP
\fB\-\-color [never|auto|always]\fR
Use terminal colors for highlighting error and debug message. Default is turning colors on for ttys only (\fBauto\fR).
.TP
\fB\-\-nocontexts\fR
Disable the SELinux plugin if available. This stops the plugin from setting SELinux contexts for files and scriptlets.
.TP
\fB\-\-noglob\fR
Do not glob arguments when installing package files.
.TP
\fB\-\-nocaps\fR
Don't verify capabilities of files.
.TP
\fB\-\-excludeconfigs, \-\-noconfigs\fR
Do not install configuration files.
.TP
\fB\-\-nohdrchk\fR
Don't verify database header(s) when retrieved.
.SH Debugging
.TP
\fB-d, \-\-debug\fR
Print debugging information.
.TP
\fB\-\-deploops\fR
Print dependency loops as warning.
.TP
\fB\-\-fsmdebug\fR
Print debuging information of payload handling code.
.TP
\fB\-\-rpmfcdebug\fR
Print debug information about files packaged.
.TP
\fB\-\-rpmiodebug\fR
Print debug information about file IO.
.TP
\fB\-\-stats\fR
Print runtime statistics of often used functions.
.SH Obsolete Options
.TP
\fB-K, \-\-checksig\fR
See and use rpmkeys(8).
.TP
\fB\-\-nodocs\fR
Do not install documentation.
Use \fB\-\-excludedocs\fR instead.
.TP
\fB\-\-promoteepoch\fR
Enable obsolete epoch handling used in rpm 3.x time frame.
.TP
\fB\-\-prtpkts\fR
OBSOLETE! Used to print the packages containing and representing the pgp keys for debugging purposes.
|