Wiki Logo
/
Home/Linux/Install Rust
Linux

Install Rust

Install Rust

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

Install build dependencies

sudo apt install -y build-essential pkg-config libssl-dev gcc make