Skip to content

Instantly share code, notes, and snippets.

@lattejed
Created July 8, 2021 17:13
Show Gist options
  • Save lattejed/b54ef2178d97d48243c90ede178ba386 to your computer and use it in GitHub Desktop.
Save lattejed/b54ef2178d97d48243c90ede178ba386 to your computer and use it in GitHub Desktop.
Setup Rust on Ubuntu 20.04
# Setup Rust on Ubuntu 20.04
apt update
apt upgrade
apt install gcc-multilib pkg-config libssl-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment