mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 09:45:59 +02:00
9 lines
224 B
Markdown
9 lines
224 B
Markdown
![]() |
# cargo uninstall
|
||
|
|
||
|
> Remove a Rust binary installed using `cargo install`.
|
||
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html>.
|
||
|
|
||
|
- Remove an installed binary:
|
||
|
|
||
|
`cargo remove {{package_spec}}`
|