How to install Rust on Ubuntu
kodingwindow@kw:~$ su
Password: 
root@kw:/home/kodingwindow# apt install rustc
...
The following additional packages will be installed:
...
Do you want to continue? [Y/n] y

root@kw:/home/kodingwindow# rustc --version
rustc 1.71.1 (eb26296b5 2023-08-03) (built from a source tarball)
Advertisement