How to Install and Uninstall radare2.i686 Package on Fedora 36

Last updated: July 04,2024

1. Install "radare2.i686" package

Please follow the guidance below to install radare2.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install radare2.i686

2. Uninstall "radare2.i686" package

This is a short guide on how to uninstall radare2.i686 on Fedora 36:

$ sudo dnf remove radare2.i686 $ sudo dnf autoremove

3. Information about the radare2.i686 package on Fedora 36

Last metadata expiration check: 5:11:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : radare2
Version : 5.6.4
Release : 1.fc36
Architecture : i686
Size : 4.2 M
Source : radare2-5.6.4-1.fc36.src.rpm
Repository : fedora
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.