Rust разрабатывается одновременно для разнообразных платформ: Windows, Linux, Darwin/MacOS, FreeBSD, NetBSD и др. Поэтому для установки Rust (последней актуальной версии) в вашей системе предлагается (платформа определится автоматически) скопировать и запустить соответствующий скрипт. Для Linux это будет скрипт:
Код: Выделить всё
[olej@dell own.BOOKs]$ curl https://sh.rustup.rs -sSf | sh
info: downloading installer
Welcome to Rust!
This will download and install the official compiler for the Rust programming
language, and its package manager, Cargo.
It will add the cargo, rustc, rustup and other commands to Cargo's bin
directory, located at:
/home/olej/.cargo/bin
This path will then be added to your PATH environment variable by modifying the
profile files located at:
/home/olej/.profile
/home/olej/.bash_profile
You can uninstall at any time with rustup self uninstall and these changes will
be reverted.
Current installation options:
default host triple: x86_64-unknown-linux-gnu
default toolchain: stable
modify PATH variable: yes
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2018-01-04, rust version 1.23.0 (766bd11c8 2018-01-01)
info: downloading component 'rustc'
45.0 MiB / 45.0 MiB (100 %) 3.1 MiB/s ETA: 0 s
info: downloading component 'rust-std'
61.2 MiB / 61.2 MiB (100 %) 3.2 MiB/s ETA: 0 s
info: downloading component 'cargo'
4.0 MiB / 4.0 MiB (100 %) 3.1 MiB/s ETA: 0 s
info: downloading component 'rust-docs'
4.5 MiB / 4.5 MiB (100 %) 3.3 MiB/s ETA: 0 s
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-docs'
info: default toolchain set to 'stable'
stable installed - rustc 1.23.0 (766bd11c8 2018-01-01)
Rust is installed now. Great!
To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
environment variable. Next time you log in this will be done automatically.
To configure your current shell run source $HOME/.cargo/env
export PATH=$HOME/.cargo/bin:$PATH
Если же вас смущает бинарная инсталляция под Linux, или хотите другую или девелоперскую версию, или исходный код системы, то вы можете всё это найти в архиве дистрибутивов Rust (для всех платформ):
Код: Выделить всё
[olej@dell lang_install]$ ls -l rust*
-rw-rw-r-- 1 olej olej 187313088 фев 13 15:45 rust-1.23.0-x86_64-unknown-linux-gnu.tar.gz
-rw-rw-r-- 1 olej olej 24537507 фев 13 15:47 rustc-1.4.0-src.tar.gz
-rw-rw-r-- 1 olej olej 7720195 фев 13 15:49 rust-docs-1.12.1-x86_64-unknown-linux-gnu.tar.gz