LinuxCommandLibrary

rustup-toolchain

Manage installed Rust toolchains

TLDR

List toolchains

$ rustup toolchain list
copy
Install toolchain
$ rustup toolchain install stable
copy
Uninstall toolchain
$ rustup toolchain uninstall nightly
copy
Link custom toolchain
$ rustup toolchain link [name] [path]
copy

SYNOPSIS

rustup toolchain command [options]

DESCRIPTION

rustup toolchain manages Rust toolchains. Install, remove, and list toolchains. Supports stable, beta, nightly, and specific versions. Can link custom-built toolchains.

PARAMETERS

list

List installed toolchains.
install name
Install toolchain.
uninstall name
Remove toolchain.
link name path
Link custom toolchain.
--profile name
Installation profile.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community