aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apk-del.8.scd
blob: 85c603473a1a0f414793e7a698dff4e8c0ac80c7 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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

## COMMIT OPTIONS

*apk del* commits the database, and supports the same options as other commit
operations.

*-s, --simulate*
	Simulate the requested operation without making any changes.

*--clean-protected*
	Do not create .apk-new files in configuration directories.

*--overlay-from-stdin*
	Read list of overlay files from stdin.

*--no-scripts*
	Do not execute any scripts.

*--no-commit-hooks*
	Skip pre/post hook scripts (but not other scripts).

*--initramfs-diskless-boot*
	Enables options for diskless initramfs boot (e.g. skip hooks).

## DELETE OPTIONS

The following options affect the *delete* operation.

*-r, --rdepends*
	Recursively delete all top-level reverse dependencies, too.

# AUTHORS

Natanael Copa <ncopa@alpinelinux.org>++
Timo Teräs <_timo.teras@iki.fi_>