summaryrefslogblamecommitdiff
path: root/doc/apk-del.8.scd
blob: 6aed28a931ee559db61d18315425514b30ba79f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                        

                                                                           






                                                                   
                               
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>