Installation
Linux
Binaries
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shSnap
Using snap
sudo snap install rustup --classic
sudo snap refresh rustupWindows
Usage
# Update rust related components using stable channel
rustup update stable# Update rustup itself
rustup self updateUninstall
rustup self uninstall