Rust Tutorials
This repository contains the information of Learning Rust playlist in my youtube channel.
Learning Rust(part. 1)! Installation on Ubuntu OS
The preferred installation command for rustup
is:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
But if you are having trouble running it, you can try:
snap install rustup
rustup install stable
rustup default stable
If you wanna to update to new releases, you have to run:
rustup update stable