Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors. Add your name to comments in sources, or the root level AUTHORS file instead.
22 lines
439 B
Markdown
22 lines
439 B
Markdown
apk-del(8)
|
|
|
|
# NAME
|
|
|
|
apk del - remove packages from _world_ and commit changes
|
|
|
|
# SYNOPSIS
|
|
|
|
*apk del* [<_options_>...] _packages_...
|
|
|
|
# DESCRIPTION
|
|
|
|
*apk del* removes packages from _world_ and uninstalls them if no longer
|
|
required by any other packages.
|
|
|
|
# OPTIONS
|
|
|
|
*apk del* supports the commit options described in *apk*(8), as well as the
|
|
following options:
|
|
|
|
*-r, --rdepends*
|
|
Recursively delete all top-level reverse dependencies, too.
|