LinuxCommandLibrary

rustup-install

Install a specific Rust toolchain

TLDR

Install toolchain

$ rustup install stable
copy
Install nightly
$ rustup install nightly
copy
Install specific version
$ rustup install [1.70.0]
copy
Install with components
$ rustup install nightly --component rust-src
copy

SYNOPSIS

rustup install [options] toolchain...

DESCRIPTION

rustup install downloads and installs Rust toolchains. Alias for rustup toolchain install. Supports stable, beta, nightly, and specific versions.

PARAMETERS

--profile name

Installation profile.
--component comp
Add component.
--target target
Add target.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community