summaryrefslogtreecommitdiff
path: root/doc/rpmdb.8
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:08 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:08 +0900
commitdec48cfa66e17ba4a7e50c92cb24b913289feb12 (patch)
treee1f48cd5cabb40a1d604b36949ff072d01267cb5 /doc/rpmdb.8
parentb7a3bffb8e0341b7e4ef69def268bca3a7f279ff (diff)
downloadrpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.tar.gz
rpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.tar.bz2
rpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.zip
Upload Tizen:Base source
Diffstat (limited to 'doc/rpmdb.8')
-rw-r--r--doc/rpmdb.848
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/rpmdb.8 b/doc/rpmdb.8
new file mode 100644
index 0000000..f1ee5dc
--- /dev/null
+++ b/doc/rpmdb.8
@@ -0,0 +1,48 @@
+.TH "RPMDB" "8" "29 June 2010" "Red Hat, Inc"
+.SH NAME
+rpmdb \- RPM Database Tool
+.SH SYNOPSIS
+
+\fBrpm\fR {\fB--initdb|--rebuilddb\fR}
+
+.SH "DESCRIPTION"
+The general form of an rpm rebuild database command is
+.PP
+
+\fBrpm\fR {\fB--initdb|--rebuilddb\fR} [\fB-v\fR] [\fB--dbpath \fIDIRECTORY\fB\fR] [\fB--root \fIDIRECTORY\fB\fR]
+
+.PP
+Use \fB--initdb\fR to create a new database if one doesn't already exist
+(existing database is not overwritten), use
+\fB--rebuilddb\fR to rebuild the database indices from
+the installed package headers.
+.PP
+
+.SH "SEE ALSO"
+
+.nf
+\fBpopt\fR(3),
+\fBrpm\fR(8),
+\fBrpmkeys\fR(8),
+\fBrpmsign\fR(8),
+\fBrpm2cpio\fR(8),
+\fBrpmbuild\fR(8),
+\fBrpmspec\fR(8),
+.fi
+
+\fBrpm --help\fR - as rpm supports customizing the options via popt aliases
+it's impossible to guarantee that what's described in the manual matches
+what's available.
+
+
+\fBhttp://www.rpm.org/ <URL:http://www.rpm.org/>
+\fR
+.SH "AUTHORS"
+
+.nf
+Marc Ewing <marc@redhat.com>
+Jeff Johnson <jbj@redhat.com>
+Erik Troan <ewt@redhat.com>
+Panu Matilainen <pmatilai@redhat.com>
+.fi
+