Ubuntu 安装RUST

官方给的是这样如下脚本

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

太慢了

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -x 

执行这个脚本后会给出对应的下载链接 如下图

我直接给出来 大多数应该都是这个

https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init

然后 wget --no-check-cetificate +下载链接

然后执行这个脚本

更改下 安装路径为国内源

sudo vi ~/.bashrc

export RUST_DIST_SERVER="https://rsproxy.cn"

export RUST_UPDATE_ROOT="https://rsproxy.cn/rustup"

然后 source ~/.bashrc

然后执行刚刚那个下载的脚本 如下图 会比官方的快一些 我这平均200多K 也不是很快

写个测试文件

rustc hello.rs 正常编译 生成了hello 执行既可

尝试用cargo构建项目 都OK

相关推荐
cominglately1 小时前
centos单机部署seata
linux·运维·centos
魏 无羡1 小时前
linux CentOS系统上卸载docker
linux·kubernetes·centos
coder_pig1 小时前
📝小记:Ubuntu 部署 Jenkins 打包 Flutter APK
flutter·ubuntu·jenkins
CircleMouse1 小时前
Centos7, 使用yum工具,出现 Could not resolve host: mirrorlist.centos.org
linux·运维·服务器·centos
木子Linux2 小时前
【Linux打怪升级记 | 问题01】安装Linux系统忘记设置时区怎么办?3个方法教你回到东八区
linux·运维·服务器·centos·云计算
mit6.8242 小时前
Ubuntu 系统下性能剖析工具: perf
linux·运维·ubuntu
鹏大师运维2 小时前
聊聊开源的虚拟化平台--PVE
linux·开源·虚拟化·虚拟机·pve·存储·nfs
watermelonoops2 小时前
Windows安装Ubuntu,Deepin三系统启动问题(XXX has invalid signature 您需要先加载内核)
linux·运维·ubuntu·deepin
滴水之功3 小时前
VMware OpenWrt怎么桥接模式联网
linux·openwrt
ldinvicible3 小时前
How to run Flutter on an Embedded Device
linux