LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rustup-uninstall

Remove an installed Rust toolchain

TLDR

Uninstall toolchain
$ rustup uninstall nightly
copy
Uninstall specific version
$ rustup uninstall [1.70.0]
copy

SYNOPSIS

rustup uninstall toolchain...

DESCRIPTION

rustup uninstall removes installed Rust toolchains. Alias for rustup toolchain uninstall. Frees disk space from unused toolchains.

SEE ALSO

Copied to clipboard
Kai