Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Rust

install

1

# Arch
sudo pacman -S rustup
# Windows 10
scoop install rustup
# Ubuntu 22 ARM
sudo apt install rustc cargo

usage

rustup default stable
rustup update

reference


  1. How to Install Rust on Ubuntu