Install Rust
This script will install Rust on your Ultra.cc slot. Rust is a multi-paradigm and general-purpose programming language. It was designed with an emphasis on performance, type safety and concurrency.
Installation
- Connect to your Ultra.cc slot via SSH, see guide here.
- Once connected, execute the following command:
bash <(wget -qO- https://scripts.ultra.cc/util-v2/LanguageInstaller/Rust-Installer/main.sh)
- Type
1
and pressENTER
to install. - Wait for installer to finish. This may take a while.
- Once the installation has finished, execute the following command:
source ~/.bashrc
- To check if the installation was successful, execute
rustc --version
and you should see the below output in your terminal.
ultradocs@spica:~$ rustc --version
rustc 1.75.0 (82e1608df 2023-12-21)
Uninstallation
- Execute the following command:
bash <(wget -qO- https://scripts.ultra.cc/util-v2/LanguageInstaller/Rust-Installer/main.sh)
- Type
2
and pressENTER
to proceed with uninstallation.
If you require further assistance, you can open a support ticket here!
Feedback and suggestions regarding this article are welcome on our Discord server