LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

distrobox-rm

Remove Distrobox containers

TLDR

Remove a container
$ distrobox-rm [container_name]
copy
Force remove a running container
$ distrobox-rm -f [container_name]
copy
Remove all Distrobox containers
$ distrobox-rm --all
copy
Remove a container and its separate home directory
$ distrobox-rm --rm-home [container_name]
copy
Remove a rootful container
$ distrobox-rm --root [container_name]
copy
Remove with verbose output
$ distrobox-rm -v [container_name]
copy

SYNOPSIS

distrobox-rm [options] containername_

DESCRIPTION

distrobox-rm removes a Distrobox container. It is recommended to stop the container before removing it. Distrobox containers are OCI containers that integrate with the host system.

PARAMETERS

-f, --force

Force removal of the container even if running.
-a, --all
Remove all Distrobox containers.
--rm-home
Remove the mounted home directory if it differs from the host user's home.
--root, -r
Launch podman/docker/lilipod with root privileges. Preferred over using sudo directly.
-v, --verbose
Show additional output.
-Y, --yes
Assume yes to all prompts.
-h, --help
Show help message.

INSTALL

sudo dnf install distrobox
copy
sudo pacman -S distrobox
copy
sudo apk add distrobox
copy
sudo zypper install distrobox
copy
brew install distrobox
copy
nix profile install nixpkgs#distrobox
copy

CAVEATS

Removing a container deletes all data inside it that was not mapped to the host. Stop the container first with distrobox-stop for a clean removal. Use --rm-home carefully as it permanently deletes the container's separate home directory.

HISTORY

distrobox-rm is part of Distrobox, a tool to create and manage containers that are tightly integrated with the host system.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid