1DISTROBOX-RM(1)                   User Manual                  DISTROBOX-RM(1)
2
3
4

NAME

6              distrobox rm
7              distrobox-rm
8

DESCRIPTION

10       distrobox-rm delete one of the available distroboxes.
11

SYNOPSIS

13       distrobox rm
14
15              --name/-n:      name for the distrobox
16              --force/-f:     force deletion
17              --rm-home:      remove the mounted home if it differs from the host user's one
18              --root/-r:      launch podman/docker with root privileges. Note that if you need root this is the preferred
19                          way over "sudo distrobox" (note: if using a program other than 'sudo' for root privileges is necessary,
20                          specify it through the DBX_SUDO_PROGRAM env variable, or 'distrobox_sudo_program' config variable)
21              --help/-h:      show this message
22              --verbose/-v:       show more verbosity
23              --version/-V:       show version
24

EXAMPLES

26              distrobox-rm --name container-name [--force]
27              distrobox-rm container-name [-f]
28
29       You can also use environment variables to specify container manager and
30       name:
31
32              DBX_CONTAINER_MANAGER="docker" DBX_CONTAINER_NAME=test-alpine distrobox-rm
33
34       Supported environment variables:
35
36              DBX_CONTAINER_MANAGER
37              DBX_CONTAINER_NAME
38              DBX_NON_INTERACTIVE
39              DBX_SUDO_PROGRAM
40
41
42
43Distrobox                          Dec 2022                    DISTROBOX-RM(1)
Impressum