Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created May 11, 2026 11:36
Show Gist options
  • Select an option

  • Save gmolveau/3c1d0ad6817f3384e21a3a47c41fa34e to your computer and use it in GitHub Desktop.

Select an option

Save gmolveau/3c1d0ad6817f3384e21a3a47c41fa34e to your computer and use it in GitHub Desktop.
cargo rust linux install from archive (offline install)
wget https://static.rust-lang.org/dist/rust-1.95.0-x86_64-unknown-linux-gnu.tar.xz
tar -xJf rust-1.95.0-x86_64-unknown-linux-gnu.tar.xz
cd rust-1.95.0-x86_64-unknown-linux-gnu
sudo ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment