mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 00:15:42 +02:00
236 B
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}}