3f5b1384b47b295633c2229e7bd0e2e953563c3b
[platform/upstream/libsolv.git] / doc / archrepo2solv.txt
1 archrepo2solv(1)
2 ================
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 archrepo2solv - convert files in Arch repository format into a solv file
10
11 Synopsis
12 --------
13 *archrepo2solv* ['OPTIONS']
14
15 Description
16 -----------
17 The archrepo2solv tool reads Arch Linux repository data (*core.db*) from stdin,
18 and writes it as solv file to standard output.
19
20 *-l* 'DATABASEDIR'::
21 Instead of reading from standard input, scan the specified directory for
22 package meta files. Set 'DATABASEDIR' to */var/lib/pacman/local* to
23 scan the installed packages.
24
25 See Also
26 --------
27 pacman(8)
28
29 Author
30 ------
31 Michael Schroeder <mls@suse.de>