How to completely uninstall rust?
Add instructions to uninstall rust
Cannot uninstall Rust ("rustup self uninstall" command fails)
How to uninstall Rust on Windows?
Videos
I'm using ubuntu
I tried:
`rustup self uninstall`
Typing `which rustc` returns:
`/usr/bin/rustc`
What I also did:sudo apt remove rust
It returns:E: Unable to locate package rust
I wanted to reinstall with:
`curl https://sh.rustup.rs -sSf | sh`
But I got this error:info: downloading installer
error: it looks like you have an existing installation of Rust at:
error: /usr/bin
error: rustup cannot be installed alongside Rust. Please uninstall first
error: if this is what you want, restart the installation with `-y'
error: cannot install while Rust is installed
When I type rustc --version, it returns
rustc 1.28.0
How do I completely uninstall rustc in `/usr/bin/rustc` ?
I used the rustup installer to install Rust, but even after installing Visual Studio Build Tools 2017 I get a "linker 'link.exe' not found" error. I can't find Rust in the list of installed programs in the control panel, how do I uninstall it?
