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.75.0 (82e1608df 2023-12-21) (built from a source tarball)
Advertisement