To uninstall rust from your system, you can make use of the rustup command with the self uninstall option.
Steps to Uninstall Rust
- Openn Terminal,
- Run the below command,
rustup self uninstallLogs,
Thanks for hacking in Rust! This will uninstall all Rust toolchains and data, and remove $HOME/.cargo/bin from your PATH environment variable. Continue? (y/N) y info: removing rustup home info: removing cargo home info: removing rustup binaries info: rustup is uninstalled

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!