mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 23:35:25 +02:00
8 lines
224 B
Markdown
8 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}}`
|