1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/distrobox-rm.md

14 lines
385 B
Markdown
Raw Normal View History

2022-01-22 20:28:05 +01:00
# distrobox-rm
> Remove a distrobox container.
2023-03-02 21:50:46 +05:30
> Subcommand of `distrobox`. See also: `tldr distrobox`.
> More information: <https://distrobox.privatedns.org/usage/distrobox-rm.html>.
2022-01-22 20:28:05 +01:00
- Remove a distrobox container (Tip: Stop the container before removing it):
2022-01-22 20:28:05 +01:00
`distrobox-rm {{container_name}}`
- Remove a distrobox container forcefully:
2022-01-22 20:28:05 +01:00
`distrobox-rm {{container_name}} --force`