How to Install and Uninstall python3-pwntools.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "python3-pwntools.noarch" package

Please follow the step by step instructions below to install python3-pwntools.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pwntools.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pwntools.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pwntools.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:50:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pwntools
Version : 4.9.0
Release : 1.el9
Architecture : noarch
Size : 2.3 M
Source : python-pwntools-4.9.0-1.el9.src.rpm
Repository : epel
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.