Linux command
rustup-self 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Update rustup
rustup self update
Uninstall rustup
rustup self uninstall
说明
rustup self manages the rustup installation itself. Update rustup to latest version or completely uninstall Rust and rustup.
参数
- update
- Update rustup itself.
- uninstall
- Remove rustup and all toolchains.
- upgrade-data
- Upgrade internal data.
FAQ
What is the rustup-self command used for?
rustup self manages the rustup installation itself. Update rustup to latest version or completely uninstall Rust and rustup.
How do I run a basic rustup-self example?
Run `rustup self update` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does update do in rustup-self?
Update rustup itself.