INSTALL.md
To get the latest packaged versions of Radare2, visit the Releases page. For most users, installing directly from the Git repository is recommended to ensure you have the most recent features and updates.
For a system-wide installation using source code, execute the sys/install.sh script. This will compile Radare2 and set up symlinks for global usage.
git clone https://github.com/radareorg/radare2
radare2/sys/install.sh
sys/user.sh script.pip tool.pip install r2env
r2env init
r2env add radare2@git
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.
If you need to clean up your system or remove Radare2 installations, use the following commands as needed:
make uninstall
make purge
make system-purge
git clean -xdf
sudo chown -R $USER
For information on Radare2’s availability across various Linux distributions:
<a href="https://repology.org/metapackage/radare2"> </a>This badge provides an overview of packaging status across different repositories.