HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rustup self — Modify the `rustup` installation. More information: <https://rust-lang.github.io/rustup/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandrustup selfmodifyinstallationclirustupmore

Problem

How to use the rustup self command: Modify the rustup installation. More information: <https://rust-lang.github.io/rustup/>.

Solution

rustup self — Modify the rustup installation. More information: <https://rust-lang.github.io/rustup/>.

Update rustup:
rustup self update


Uninstall rustup:
rustup self uninstall

Code Snippets

Update `rustup`

rustup self update

Uninstall `rustup`

rustup self uninstall

Context

tldr-pages: common/rustup self

Revisions (0)

No revisions yet.