>_ linuxcommand.dev
Startseite apk add --virtual
Package Management

apk add --virtual

Install packages into a virtual group.

Alpine
Last updated: Report error
Syntax
$apk add --virtual GROUP PACKAGES
Examples
$apk add --virtual build-tools gcc make
Typical use cases
?
Standard usage
apk add --virtual --help
Note Enables removal of the entire group with `apk del GROUP`.
Export