1DISTROBOX-RM(1) User Manual DISTROBOX-RM(1)
2
3
4
6 distrobox rm
7 distrobox-rm
8
10 distrobox-rm delete one of the available distroboxes.
11
13 distrobox rm
14
15 --all/-a: delete all distroboxes
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/lilipod 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
26 distrobox-rm container-name [--force] [--all]
27
28 You can also use environment variables to specify container manager and
29 name:
30
31 DBX_CONTAINER_MANAGER="docker" DBX_CONTAINER_NAME=test-alpine distrobox-rm
32
34 DBX_CONTAINER_MANAGER
35 DBX_CONTAINER_NAME
36 DBX_NON_INTERACTIVE
37 DBX_SUDO_PROGRAM
38
39
40
41Distrobox Nov 2023 DISTROBOX-RM(1)