1RPMDB(8) RPMDB(8)
2
3
4
6 rpmdb - RPM Database Tool
7
9 rpm {--initdb|--rebuilddb}
10
12 The general form of an rpm rebuild database command is
13
14 rpm {--initdb|--rebuilddb} [-v] [--dbpath DIRECTORY] [--root DIRECTORY]
15
16 Use --initdb to create a new database if one doesn't already exist (ex‐
17 isting database is not overwritten), use --rebuilddb to rebuild the
18 database indices from the installed package headers.
19
21 popt(3),
22 rpm(8),
23 rpmkeys(8),
24 rpmsign(8),
25 rpm2cpio(8),
26 rpmbuild(8),
27 rpmspec(8),
28
29 rpm --help - as rpm supports customizing the options via popt aliases
30 it's impossible to guarantee that what's described in the manual match‐
31 es what's available.
32
33 http://www.rpm.org/ <URL:http://www.rpm.org/>
34
36 Marc Ewing <marc@redhat.com>
37 Jeff Johnson <jbj@redhat.com>
38 Erik Troan <ewt@redhat.com>
39 Panu Matilainen <pmatilai@redhat.com>
40
41
42
43 29 June 2010 RPMDB(8)