Установка Rust и Cargo на KVM VPS

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Установка Rust и Cargo на KVM VPS

Как установить последнюю версию RUST и менеджера пакетов Cargo на KVM VPS - Debian 10:

# curl https://sh.rustup.rs -sSf | sh
# source $HOME/.cargo/env
# cargo --version