1DEB2SOLV(1) LIBSOLV DEB2SOLV(1)
2
3
4
6 deb2solv - convert one or more Debian package files into a solv file
7
9 deb2solv [OPTIONS] PKG1.deb ...
10
12 The deb2solv tool converts the meta data from one or more Debian
13 packages into the solv file written to standard output.
14
15 -m MANIFESTFILE
16 Read the rpm file names from the specified MANIFESTFILE. You can
17 use - to read the manifest from standard input.
18
19 -0
20 Use a null byte as line terminator for manifest files instead of a
21 newline. This is useful if the file names can contain newlines. See
22 also the -print0 option in find.
23
25 deb(5), dpkg-deb(1)
26
28 Michael Schroeder <mls@suse.de>
29
30
31
32libsolv 07/25/2017 DEB2SOLV(1)