How to Install and Uninstall gdb-exploitable.noarch Package on Fedora 39

Last updated: November 28,2024

1. Install "gdb-exploitable.noarch" package

This is a short guide on how to install gdb-exploitable.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install gdb-exploitable.noarch

2. Uninstall "gdb-exploitable.noarch" package

Learn how to uninstall gdb-exploitable.noarch on Fedora 39:

$ sudo dnf remove gdb-exploitable.noarch $ sudo dnf autoremove

3. Information about the gdb-exploitable.noarch package on Fedora 39

Last metadata expiration check: 3:42:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gdb-exploitable
Version : 1.32
Release : 17.20210920gitab64075.fc39
Architecture : noarch
Size : 46 k
Source : gdb-exploitable-1.32-17.20210920gitab64075.fc39.src.rpm
Repository : fedora
Summary : GDB extension for exploitability
URL : https://github.com/jfoote/exploitable
License : MIT MIT-CMU BSD-3-Clause
Description : 'exploitable' is a GDB extension that classifies Linux application bugs
: by severity. The extension inspects the state of a Linux application that
: has crashed and outputs a summary of how difficult it might be for an
: attacker to exploit the underlying software bug to gain control of the
: system. The extension can be used to prioritize bugs for software developers
: so that they can address the most severe ones first.