当前位置: 首页 > 工具软件 > Bash-Oneliner > 使用案例 >

[one-liner] Install Rust (Rustup)

晏华奥
2023-12-01

One-Liner series: Rustup

source: rust-lang.org

Install on Ubuntu

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

Update on Ubuntu

rustup update
 类似资料: