How to Install and Uninstall python3-pwntools.noarch Package on Fedora 39

Last updated: January 14,2025

1. Install "python3-pwntools.noarch" package

Here is a brief guide to show you how to install python3-pwntools.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pwntools.noarch

2. Uninstall "python3-pwntools.noarch" package

This tutorial shows how to uninstall python3-pwntools.noarch on Fedora 39:

$ sudo dnf remove python3-pwntools.noarch $ sudo dnf autoremove

3. Information about the python3-pwntools.noarch package on Fedora 39

Last metadata expiration check: 2:44:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pwntools
Version : 4.11.0
Release : 2.fc39
Architecture : noarch
Size : 3.7 M
Source : python-pwntools-4.11.0-2.fc39.src.rpm
Repository : fedora
Summary : A CTF framework and exploit development library
URL : https://github.com/Gallopsled/pwntools/
License : MIT and BSD and GPLv2
Description : Pwntools is a CTF framework and exploit development library. Written
: in Python, it is designed for rapid prototyping and development, and
: intended to make exploit writing as simple as possible.