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