mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# toolbox rm
|
|
|
|
> Remove one or more Toolbx containers.
|
|
> See also: `toolbox rmi`.
|
|
> More information: <https://manned.org/toolbox-rm>.
|
|
|
|
- Remove a Toolbx container:
|
|
|
|
`toolbox rm {{container_name}}`
|
|
|
|
- Remove all Toolbx containers:
|
|
|
|
`toolbox rm {{[-a|--all]}}`
|
|
|
|
- Force the removal of a currently active Toolbx container:
|
|
|
|
`toolbox rm {{[-f|--force]}} {{container_name}}`
|