1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00
Files
libsolv/doc/apk2solv.txt
Michael Schroeder 22964c8a91 Add apk2solv man page
2025-04-15 13:13:27 +02:00

53 lines
1.1 KiB
Plaintext

apk2solv(1)
============
:man manual: LIBSOLV
:man source: libsolv
Name
----
apk2solv - convert one or more apk package files into a solv file
Synopsis
--------
*apk2solv* ['OPTIONS'] 'PKG1.apk' ...
Description
-----------
The apk2solv tool converts the meta data from one or more
Apk 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*.
*-C*::
Add the apk checksum to the meta data.
*-r*::
Enable repository metadata mode. The specified file is not an
apk package, but a file containing repository metadata (e.g.
'APKINDEX.tar.gz').
*-l*::
Enable local database mode. The specified file is not an
apk package, but a database file containing information about
the installed packages (e.g. '/lib/apk/db/installed').
See Also
--------
apk(8)
Author
------
Michael Schroeder <mls@suse.de>
////
vim: syntax=asciidoc
////