blob: 3abc8f165a2c2ad31113d0dac612369890a90254 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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.
# AUTHORS
Natanael Copa <ncopa@alpinelinux.org>++
Timo Teräs <_timo.teras@iki.fi_>
|