HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cargo uninstall — Remove a Rust binary installed globally using `cargo install`. More information: <https://doc.rust-l

Submitted by: @import:tldr-pages··
0
Viewed 0 times
cargo uninstallgloballycommandrustremoveclibinaryinstalled

Problem

How to use the cargo uninstall command: Remove a Rust binary installed globally using cargo install. More information: <https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html>.

Solution

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

Code Snippets

Remove an installed binary

cargo uninstall {{package_spec}}

Context

tldr-pages: common/cargo uninstall

Revisions (0)

No revisions yet.