Linux/WSL、macOS 操作系统,请打开 shell 窗口;Windows 操作系统,请打开命令提示符(CMD)或者 powershell 窗口。然后,即可运行 Rust 更新或卸载的相关命令。
- 更新 Rust
rustup update
- 卸载 Rust
任何时候,如果你想卸载 Rust,可以运行命令:
rustup self uninstall
Linux/WSL、macOS 操作系统,请打开 shell 窗口;Windows 操作系统,请打开命令提示符(CMD)或者 powershell 窗口。然后,即可运行 Rust 更新或卸载的相关命令。
rustup update
任何时候,如果你想卸载 Rust,可以运行命令:
rustup self uninstall
分享笔记