How to Install and Uninstall radare2.x86_64 Package on Fedora 38

Last updated: September 22,2024

1. Install "radare2.x86_64" package

This tutorial shows how to install radare2.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install radare2.x86_64

2. Uninstall "radare2.x86_64" package

This guide covers the steps necessary to uninstall radare2.x86_64 on Fedora 38:

$ sudo dnf remove radare2.x86_64 $ sudo dnf autoremove

3. Information about the radare2.x86_64 package on Fedora 38

Last metadata expiration check: 1:14:20 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : radare2
Version : 5.8.8
Release : 2.fc38
Architecture : x86_64
Size : 4.6 M
Source : radare2-5.8.8-2.fc38.src.rpm
Repository : updates
Summary : The reverse engineering framework
URL : https://radare.org/
License : LGPLv3+ and GPLv2+ and BSD and MIT and ASL 2.0 and MPLv2.0 and zlib
Description : The radare2 is a reverse-engineering framework that is multi-architecture,
: multi-platform, and highly scriptable. Radare2 provides a hexadecimal
: editor, wrapped I/O, file system support, debugger support, diffing
: between two functions or binaries, and code analysis at opcode,
: basic block, and function levels.