File: archpkgs2solv.txt

package info (click to toggle)
libsolv 0.7.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,804 kB
  • sloc: ansic: 73,124; python: 871; perl: 742; tcl: 730; ruby: 705; sh: 263; cpp: 204; makefile: 42
file content (39 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (5)
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
36
37
38
39
archpkgs2solv(1)
================
:man manual: LIBSOLV
:man source: libsolv


Name
----
archpkgs2solv - convert one or more Arch package files into a solv file

Synopsis
--------
*archpkgs2solv* ['OPTIONS'] 'PKG1.pkg.xz' ...

Description
-----------
The archpkgs2solv tool converts the meta data from one or more
Arch Linux packages into the solv file written to standard output.

*-m* 'MANIFESTFILE'::
Read the rpm file names from the specified 'MANIFESTFILE'. You can
use *-* to read the manifest from standard input.

*-0*::
Use a null byte as line terminator for manifest files instead of
a newline. This is useful if the file names can contain newlines.
See also the *-print0* option in *find*.

See Also
--------
pacman(8)

Author
------
Michael Schroeder <mls@suse.de>

////
vim: syntax=asciidoc
////