Rust CLI Package, Install, Publish, and Release/Remove an installed binary crate

Delete binaries installed by `cargo install`.

Section: Install binary crates

Remove an installed binary crate

bash
bash
cargo uninstall ripgrep
Explanation

Cleans up tools from Cargo's install root.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Install binary crates
Install a binary from crates.io
Install a published executable crate.
OpenIn sheetbashsame section
Install a specific version
Pin the crate version during install.
OpenIn sheetbashsame section
Honor the package lockfile
Use the package's lockfile when installing.
OpenIn sheetbashsame section
Install from a local path
Build and install the current local crate.
OpenIn sheetbashsame section
Install directly from git
Build and install a binary crate from a repository.
OpenIn sheetbashsame section
Create a package tarball
Build the package as it would be published.
OpenIn sheetbash1 tag match