Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ubuntu 16.04マシンにRustをインストールしました
curl https://sh.rustup.rs -sSf | sh
インストール ページで確認できます。
Rust をアンインストールするにはどうすればよいですか?
をアンインストールするにはrustc、Ubuntu 16.04 のインストールから、次のようにしました。rustupcargo
rustc
rustup
cargo
rustup self uninstall
そしてそれはうまくいきました。
インストール中に表示されるメッセージに注意を払うと、探しているコマンドが見つかります。