blob: 1a7791c070cd534a87a9a0778d7eb78d9bf5f9b0 (
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
|
archrepo2solv(1)
================
:man manual: LIBSOLV
:man source: libsolv
Name
----
archrepo2solv - convert files in Arch repository format into a solv file
Synopsis
--------
*archrepo2solv* ['OPTIONS']
Description
-----------
The archrepo2solv tool reads Arch Linux repository data (*core.db*) from stdin,
and writes it as solv file to standard output.
*-l* 'DATABASEDIR'::
Instead of reading from standard input, scan the specified directory for
package meta files. Set 'DATABASEDIR' to */var/lib/pacman/local* to
scan the installed packages.
See Also
--------
pacman(8)
Author
------
Michael Schroeder <mls@suse.de>
////
vim: syntax=asciidoc
////
|