1SUSETAGS2SOLV(1) LIBSOLV SUSETAGS2SOLV(1)
2
3
4
6 susetags2solv - convert the susetags repository format into a solv file
7
9 susetags2solv [OPTIONS]
10
12 The susetags format is most as repository format on most products
13 created by SUSE. The susetags2solv reads data from standard input,
14 converts the format into a solv file, and writes it to standard output.
15
16 -c CONTENTFILE
17 Also parse the specified content file containing meta information
18 about the repository.
19
20 -q WHAT
21 Data query mode: instead of writing a solv file, select the WHAT
22 element in the input data and write it to standard output. An
23 example for WHAT is defaultvendor to get a default vendor for the
24 repository.
25
26 -M MERGEFILE.solv
27 Merge the content of the specified solv file into the output.
28
29 -X
30 Autoexpand SUSE pattern and product provides into packages.
31
33 Michael Schroeder <mls@suse.de>
34
35
36
37libsolv 09/14/2018 SUSETAGS2SOLV(1)