LinuxCommandLibrary

rustup-self

Manage the rustup installation itself

TLDR

Update rustup
$ rustup self update
copy
Uninstall rustup
$ 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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard