1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 00:15:42 +02:00
tldr/pages/common/cargo-uninstall.md
Managor 701b0ab50e
cargo-uninstall: fix command (#17285)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-07-20 15:21:16 +00:00

236 B

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}}