mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 23:42:42 +00:00
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|