我通过以下方式在我的Ubuntu 16.04机器上安装了Rust
curl https://sh.rustup.rs -sSf | sh
如在Installation Page上可以看到的。
现在如何卸载Rust?
最佳答案
要从我的Ubuntu 16.04安装中卸载rustc
,rustup
和cargo
,我做到了:
rustup self uninstall
而且有效。
我通过以下方式在我的Ubuntu 16.04机器上安装了Rust
curl https://sh.rustup.rs -sSf | sh
最佳答案
要从我的Ubuntu 16.04安装中卸载rustc
,rustup
和cargo
,我做到了:
rustup self uninstall