How to Install and Uninstall python3-scapy.noarch Package on CentOS Stream 9

Last updated: July 04,2024

1. Install "python3-scapy.noarch" package

This is a short guide on how to install python3-scapy.noarch on CentOS Stream 9

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

2. Uninstall "python3-scapy.noarch" package

This tutorial shows how to uninstall python3-scapy.noarch on CentOS Stream 9:

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

3. Information about the python3-scapy.noarch package on CentOS Stream 9

Last metadata expiration check: 1:08:51 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-scapy
Version : 2.5.0
Release : 1.el9
Architecture : noarch
Size : 2.3 M
Source : scapy-2.5.0-1.el9.src.rpm
Repository : appstream
Summary : Interactive packet manipulation tool and network scanner
URL : http://www.secdev.org/projects/scapy/
License : GPLv2
Description :
: Scapy is a powerful interactive packet manipulation program built on top
: of the Python interpreter. It can be used to forge or decode packets of
: a wide number of protocols, send them over the wire, capture them, match
: requests and replies, and much more.