To install RUST on Linux perform the following steps:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env

In the Rust development environment, all tools are installed to the ~/.cargo/bin directory, and this is where you will find the Rust toolchain, including rustc, cargo, and rustup.

rustc --version

My site is free of ads and trackers. Was this post helpful to you? Why not BuyMeACoffee


Reference:

  1. Torvalds Speaks: Rust’s Impact on the Linux Kernel
  2. Linus Torvalds: Speaks on RUST and the Future of Linux Programming