table of contents
- Tumbleweed 3.0.1-1.1
- Leap-16.0
| apk-fetch(8) | System Manager's Manual | apk-fetch(8) |
NAME¶
apk fetch - download packages from global repositories to a local directory
SYNOPSIS¶
apk fetch [<options>...] packages...
DESCRIPTION¶
apk fetch downloads the requested packages from the configured package repositories (see apk-repositories(5)) to a local directory. The current working directory is used as the destination directory unless -o is specified.
OPTIONS¶
In addition to the global options (see apk(8)), and query options (see apk-query(8)) the following options are supported:
--built-after TIMESPEC
--link, -l
--pkgname-spec PKGNAME_SPEC
--output, -o DIR
--simulate[=BOOL], -s
Note: this option is unreliable if needed indexes are not up-to-date as this omits refresing or downloading of missing indexes.
--stdout, -s
Note: this option is incompatible with -o, -R, and the global --progress option.
--url
| 2025-12-03 |