Imported Upstream version 0.6.28
[platform/upstream/libsolv.git] / doc / gen / archrepo2solv.1
1 '\" t
2 .\"     Title: archrepo2solv
3 .\"    Author: [see the "Author" section]
4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5 .\"      Date: 07/25/2017
6 .\"    Manual: LIBSOLV
7 .\"    Source: libsolv
8 .\"  Language: English
9 .\"
10 .TH "ARCHREPO2SOLV" "1" "07/25/2017" "libsolv" "LIBSOLV"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 archrepo2solv \- convert files in Arch repository format into a solv file
32 .SH "SYNOPSIS"
33 .sp
34 \fBarchrepo2solv\fR [\fIOPTIONS\fR]
35 .SH "DESCRIPTION"
36 .sp
37 The archrepo2solv tool reads Arch Linux repository data (\fBcore\&.db\fR) from stdin, and writes it as solv file to standard output\&.
38 .PP
39 \fB\-l\fR \fIDATABASEDIR\fR
40 .RS 4
41 Instead of reading from standard input, scan the specified directory for package meta files\&. Set
42 \fIDATABASEDIR\fR
43 to
44 \fB/var/lib/pacman/local\fR
45 to scan the installed packages\&.
46 .RE
47 .SH "SEE ALSO"
48 .sp
49 pacman(8)
50 .SH "AUTHOR"
51 .sp
52 Michael Schroeder <mls@suse\&.de>