cargo-uninstall - Remove a Rust binary
This command removes a package installed with man:cargo-install[1]. The SPEC argument is a package ID specification of the package to remove (see man:cargo-pkgid[1]).
By default all binaries are removed for a crate but the --bin
and
--example
flags can be used to only remove particular binaries.
- -p
- --package SPEC…
-
Package to uninstall.
- --bin NAME…
-
Only uninstall the binary NAME.
- --root DIR
-
Directory to uninstall packages from.