mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 08:45:34 +00:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# cargo uninstall
|
|
|
|
> Remove a Rust binary installed globally using `cargo install`.
|
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html>.
|
|
|
|
- Remove an installed binary:
|
|
|
|
`cargo uninstall {{package_spec}}`
|