OPERATING SYSTEMSOS Linux

Installing Rust 🦀 on Ubuntu 24.04

https://www.rust-lang.org/tools/install

curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh

rustc –version is the compiler

rustuṕ –version is managing versions

cargo –version is the package installer

cargo new project_name

cd project_name

cargo run

source

ubuntu