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

root@codeaft:/home/codeaft# rustc --version
rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball)