Top "Rustup" questions

A toolchain installer for Rust

How to uninstall Rust that was installed via rustup?

I installed Rust on my Ubuntu 16.04 machine through curl https://sh.rustup.rs -sSf | sh as can be seen on …

rust rustup
How to switch between Rust toolchains?

rustup help toolchain lists the following sub-commands SUBCOMMANDS: list List installed toolchains install Install or update a given toolchain uninstall …

rust rustup
How to remove Rust compiler toolchains with Rustup?

The Rustup documentation shows how to install Rust nightly, but not how to remove it. While the docs do show …

rust rustup
Where does rustup install itself to?

I understand that rustup installs the rustc and cargo binaries to ~/.cargo/bin, but where does it install the rustup …

rust rustup
error: toolchain 'stable-x86_64-apple-darwin' does not have the binary `rustfmt`

I've run rustup update to update my toolchain and saw two warnings: warning: tool `rustfmt` is already installed, remove it …

rust rustup
rustup gives command not found error with zsh even after installing with brew

I installed rustup with brew command but still says that rustup command is not found. I am not sure if …

rust rust-cargo rustup