LinuxCommandLibrary

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community