1APPDATA2SOLV(1) LIBSOLV APPDATA2SOLV(1)
2
3
4
6 appdata2solv - convert application meta data into a solv file
7
9 appdata2solv [OPTIONS]
10
12 The appdata format contains metadata about application. It can be
13 available both in repositories (for available applications) and in the
14 installed system (for installed applications). The appdata2solv tool
15 reads the metadata from stdin and writes the parsed data as solv file
16 to standard output. The parser will create application: pseudo packages
17 for each entry.
18
19 -d APPDATADIR
20 Do not read from standard input, instead scan the specified
21 directory for appdata entries. APPDATADIR is normally set to
22 /usr/share/appdata.
23
24 -r ROOTDIR
25 Use ROOTDIR as root directory.
26
28 mergesolv(1)
29
31 Michael Schroeder <mls@suse.de>
32
33
34
35libsolv 07/25/2017 APPDATA2SOLV(1)