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

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