1REPOMDXML2SOLV(1) LIBSOLV REPOMDXML2SOLV(1)
2
3
4
6 repomdxml2solv - convert a repomd.xml file into a solv file
7
9 repomdxml2solv [OPTIONS]
10
12 The repomd.xml file is the index file of a rpm-md repository,
13 containing references to all data file with checksums. The
14 repomdxml2solv tool reads the repomd.xml file from stdin and writes the
15 parsed data as solv file to standard output. The data is stored as meta
16 attributes in the result.
17
18 -q WHAT
19 Data query mode: instead of writing a solv file, select the WHAT
20 element in the input data and write it to standard output. Examples
21 for WHAT are type to get a list of all types, and primary:location
22 to get the location of the element with type primary.
23
25 rpmmd2solv(1), mergesolv(1), createrepo(8)
26
28 Michael Schroeder <mls@suse.de>
29
30
31
32libsolv 08/04/2017 REPOMDXML2SOLV(1)