Created
May 11, 2026 11:36
-
-
Save gmolveau/3c1d0ad6817f3384e21a3a47c41fa34e to your computer and use it in GitHub Desktop.
cargo rust linux install from archive (offline install)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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