To get the latest packaged versions of Radare2, visit the [Releases page](https://github.com/radareorg/radare2/releases). For most users, installing directly from the Git repository is recommended to ensure you have the most recent features and updates.
- **User Directory Installation**: If you prefer to install Radare2 in your home directory, use the `sys/user.sh` script.
- **Manage Multiple Installations**: Utilize [r2env](https://github.com/radareorg/r2env) to handle multiple Radare2 versions on the same machine. It can be installed via Python's `pip` tool.
Radare2's design prioritizes portability, making it straightforward to compile on various operating systems. You can build the software using either the `./configure && make` or `meson` build systems.
## Uninstallation Guide
If you need to clean up your system or remove Radare2 installations, use the following commands as needed:
- **Remove the Current Installation**
```sh
make uninstall
```
- **Completely Remove All Previous Installations**