rustup-self
Manage the rustup installation itself
TLDR
Upgrade the rustup binary itself
$ rustup self update
Remove rustup and its installed toolchains$ rustup self uninstall
SYNOPSIS
rustup self command
DESCRIPTION
rustup self manages the rustup installation itself. Update rustup to latest version or completely uninstall Rust and rustup.
PARAMETERS
update
Update rustup itself.uninstall
Remove rustup and all toolchains.upgrade-data
Upgrade internal data.
INSTALL
sudo apt install rustup
sudo dnf install rustup
sudo pacman -S rustup
sudo zypper install rustup
brew install rustup
nix profile install nixpkgs#rustup
SEE ALSO
rustup(1), rustup-update(1)