问题
How can a crate like rustfmt
be removed after being installed with cargo install
回答1:
Global binary crates like rustfmt
can be removed with the command cargo uninstall [options] <spec>
. Use cargo help uninstall
to get more detail.
来源:https://stackoverflow.com/questions/44664638/how-can-a-binary-installed-with-cargo-install-be-removed