? rust curl -sf -L https://static.rust-lang.org/rustup.sh | sh
Welcome to Rust.
This script will download the Rust compiler and its package manager, Cargo, and
install them to /usr/local. You may install elsewhere by running this script
with the --prefix=<path> option.
The installer will run under ‘sudo‘ and may ask you for your password. If you do
not want the script to run ‘sudo‘ then pass it the --disable-sudo flag.
You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
or by running this script again with the --uninstall flag.
Continue? (y/N) y
rustup: gpg not available. signatures will not be verified
rustup: downloading manifest for ‘stable‘
rustup: downloading toolchain for ‘stable‘
######################################################################## 100.0%
rustup: extracting installer
rustup: installing toolchain for ‘stable‘
Password:
Sorry, try again.
Password:
install: uninstalling component ‘rustc‘
install: uninstalling component ‘rust-docs‘
install: creating uninstall script at /usr/local/lib/rustlib/uninstall.sh
install: installing component ‘rustc‘
install: installing component ‘cargo‘
install: installing component ‘rust-docs‘
Rust is ready to roll.