Installation

Linux

Binaries

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Snap

Using snap

sudo snap install rustup --classic
sudo snap refresh rustup

Windows

Usage

# Update rust related components using stable channel
rustup update stable
# Update rustup itself
rustup self update

Uninstall

rustup self uninstall

Appendix