LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rustup-self

Manage the rustup installation itself

TLDR

Upgrade the rustup binary itself
$ rustup self update
copy
Remove rustup and its installed toolchains
$ rustup self uninstall
copy

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
copy
sudo dnf install rustup
copy
sudo pacman -S rustup
copy
sudo zypper install rustup
copy
brew install rustup
copy
nix profile install nixpkgs#rustup
copy

SEE ALSO

Copied to clipboard
Kai