Rust

Rustup metadata and toolchains will be installed into the Rustup
home directory, located at:

$HOME/.rustup

This can be modified with the RUSTUP_HOME environment variable.

The Cargo home directory located at:

  $HOME/.cargo

This can be modified with the CARGO_HOME environment variable.

The cargo, rustc, rustup and other commands will be added to
Cargo s bin directory, located at:

  $HOME/.cargo/bin

This path will then be added to your PATH environment variable by
modifying the profile files located at:

  $HOME/.profile
  $HOME/.bashrc
  $HOME/.zshenv

You can uninstall at any time with rustup self uninstall and
these changes will be reverted.