mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
339 B
Markdown
12 lines
339 B
Markdown
# distrobox-rm
|
|
|
|
> Remove a Distrobox container. See also: `tldr distrobox`.
|
|
> More information: <https://distrobox.it/usage/distrobox-rm>.
|
|
|
|
- Remove a Distrobox container (Tip: Stop the container before removing it):
|
|
|
|
`distrobox-rm {{container_name}}`
|
|
|
|
- Remove a Distrobox container forcefully:
|
|
|
|
`distrobox-rm {{container_name}} --force`
|