第一种方法:
下面一句话就搞定。但特殊情况下(对rust版本有要求的时候)需要使用第2种方法
apt install rustc cargo -y
文章来源地址https://uudwc.com/A/20jEy
第2种方法:
不想用apt
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
运行后,会让你选择方式,选择1,安装。
文章来源:https://uudwc.com/A/20jEy
How to Install Rust and Cargo on Ubuntu & Other Linux