How to install Rust on Linux

preview_player
Показать описание
Rust is an incredibly important programming language for creating both system and backend software. Find out how to install Rust on Linux in a few quick steps.

List of Commands:

sudo apt-get install curl -y
sudo dnf install curl -y
source $HOME/.cargo/env
source ~/.profile
sudo apt-get install build-essential -y
sudo dnf install cmake gcc -y
mkdir rusttest
cd rusttest
fn main() {
println!("Hello, TechRepublic!");
}
./rusttest

Рекомендации по теме
Комментарии
Автор

Happy Father Day Rust Installation : Cool : Done,
works Linux, thank you

utubercj
Автор

Whet da fuk I wanted to play rust the game damn it now am programmer

rustjesus
Автор

thank you bro it`s one 100 percent working you nailed it

gowrishvisagaperumal
Автор

how do I upgrade to a newest version of rust ?

BrendaGin
Автор

now my computer is'nt working anymore, it seems to be shit bro

figarostabilo
Автор

To save and close Press "ctrl x" then "enter"

kddeyfg