Advertisement
Justman10000

Manage Rust & Cargo

Jun 30th, 2023 (edited)
1,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. // To install
  2. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  3. ln -s /root/.cargo/bin/* /usr/bin
  4.  
  5. // To uninstall
  6. rm -r /root/.cargo cargo cargo-clippy cargo-fmt cargo-miri clippy-driver rls rust-analyzer rustc rustdoc rustfmt rust-gdb rust-gdbgui rust-lldb rustup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement