How can a binary installed with cargo install be removed?

杀马特。学长 韩版系。学妹 提交于 2019-12-12 04:35:45

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!