arm64 aarch64 rust 在线安装过程

root@69d6b58971b1 \~\]# ./rustup-init Welcome to Rust! This will download and install the official compiler for the Rust programming language, and its package manager, Cargo. Rustup metadata and toolchains will be installed into the Rustup home directory, located at: /root/.rustup This can be modified with the RUSTUP_HOME environment variable. The Cargo home directory is located at: /root/.cargo This can be modified with the CARGO_HOME environment variable. The cargo, rustc, rustup and other commands will be added to Cargo's bin directory, located at: /root/.cargo/bin This path will then be added to your PATH environment variable by modifying the profile files located at: /root/.profile /root/.bash_profile /root/.bashrc You can uninstall at any time with rustup self uninstall and these changes will be reverted. Current installation options: default host triple: aarch64-unknown-linux-gnu default toolchain: stable (default) profile: default modify PATH variable: yes 1) Proceed with installation (default) 2) Customize installation 3) Cancel installation \>1 info: profile set to 'default' info: default host triple is aarch64-unknown-linux-gnu info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu' 684.2 KiB / 684.2 KiB (100 %) 111.4 KiB/s in 2s ETA: 0s info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) info: downloading component 'cargo' 7.6 MiB / 7.6 MiB (100 %) 2.3 MiB/s in 2s ETA: 0s info: downloading component 'clippy' info: downloading component 'rust-docs' 13.7 MiB / 13.7 MiB (100 %) 6.0 MiB/s in 3s ETA: 0s info: downloading component 'rust-std' 31.2 MiB / 31.2 MiB (100 %) 3.3 MiB/s in 14s ETA: 0s info: downloading component 'rustc' 74.7 MiB / 74.7 MiB (100 %) 2.3 MiB/s in 29s ETA: 0s info: downloading component 'rustfmt' info: installing component 'cargo' info: installing component 'clippy' info: installing component 'rust-docs' 13.7 MiB / 13.7 MiB (100 %) 4.2 MiB/s in 2s ETA: 0s info: installing component 'rust-std' 31.2 MiB / 31.2 MiB (100 %) 8.1 MiB/s in 3s ETA: 0s info: installing component 'rustc' 74.7 MiB / 74.7 MiB (100 %) 9.0 MiB/s in 8s ETA: 0s info: installing component 'rustfmt' info: default toolchain set to 'stable-aarch64-unknown-linux-gnu' stable-aarch64-unknown-linux-gnu installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) Rust is installed now. Great! To get started you may need to restart your current shell. This would reload your PATH environment variable to include Cargo's bin directory ($HOME/.cargo/bin). To configure your current shell, run: source "$HOME/.cargo/env" 测试 \[root@69d6b58971b1 \~\]# source \~/.cargo/env \[root@69d6b58971b1 \~\]# rust rust-analyzer rustc rustdoc rustfmt rust-gdb rust-gdbgui rust-lldb rustup \[root@69d6b58971b1 \~\]# rustc --version rustc 1.72.1 (d5c2e9c34 2023-09-13) 下载地址 [Other installation methods - The rustup book](https://rust-lang.github.io/rustup/installation/other.html "Other installation methods - The rustup book") 文件链接 [https://static.rust-lang.org/rustup/dist/aarch64-unknown-linux-gnu/rustup-init](https://static.rust-lang.org/rustup/dist/aarch64-unknown-linux-gnu/rustup-init "https://static.rust-lang.org/rustup/dist/aarch64-unknown-linux-gnu/rustup-init")

相关推荐
艾莉丝努力练剑39 分钟前
【LeetCode&数据结构】单链表的应用——反转链表问题、链表的中间节点问题详解
c语言·开发语言·数据结构·学习·算法·leetcode·链表
倔强青铜35 小时前
苦练Python第18天:Python异常处理锦囊
开发语言·python
u_topian5 小时前
【个人笔记】Qt使用的一些易错问题
开发语言·笔记·qt
珊瑚里的鱼6 小时前
LeetCode 692题解 | 前K个高频单词
开发语言·c++·算法·leetcode·职场和发展·学习方法
AI+程序员在路上6 小时前
QTextCodec的功能及其在Qt5及Qt6中的演变
开发语言·c++·qt
xingshanchang6 小时前
Matlab的命令行窗口内容的记录-利用diary记录日志/保存命令窗口输出
开发语言·matlab
Risehuxyc6 小时前
C++卸载了会影响电脑正常使用吗?解析C++运行库的作用与卸载后果
开发语言·c++
AI视觉网奇6 小时前
git 访问 github
运维·开发语言·docker
不知道叫什么呀6 小时前
【C】vector和array的区别
java·c语言·开发语言·aigc
liulilittle6 小时前
.NET ExpandoObject 技术原理解析
开发语言·网络·windows·c#·.net·net·动态编程