Downloading and Installing Rust

Instructions

To download and install Rust it is pretty simple. Just run the following curl command and pipe it into bash.

curl https://sh.rustup.rs | bash

This will install rustup which is a tool that helps you install Rust across all platforms.

Update and uninstall

Run the following command to update rust to a new version run the following command:

rustup update

To uninstall rust run the following command:

rustup self uninstall

 


Revision #1
Created 13 January 2023 20:34:08 by Tamarine
Updated 13 January 2023 20:42:05 by Tamarine