tldr/pages/linux/distrobox-rm.md

14 lines
383 B
Markdown
Raw Normal View History

2022-01-22 19:28:05 +00:00
# distrobox-rm
> Remove a distrobox container.
2023-03-02 16:20:46 +00:00
> Subcommand of `distrobox`. See also: `tldr distrobox`.
> More information: <https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-rm.md>.
2022-01-22 19:28:05 +00:00
2023-03-02 16:20:46 +00:00
- Remove a distrobox (Tip: Stop the container before removing it):
2022-01-22 19:28:05 +00:00
`distrobox-rm {{container_name}}`
- Remove a distrobox forcefully:
`distrobox-rm {{container_name}} --force`