Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 526 Bytes

apk-extract.8.scd

File metadata and controls

26 lines (16 loc) · 526 Bytes

apk-extract(8)

NAME

apk extract - Extract package file contents

SYNOPSIS

apk extract [<options>...] files...

DESCRIPTION

apk extract will extract package contents of specified package file to the current or to an explicitly specified directory. Each package is extracted without checking dependencies or other metadata.

If extract is ran as non-root user the file owners and xattrs are not preserved.

OPTIONS

--destination PATH Extract files to PATH.

--no-chown Do not preserve file owner.