How to Install and Uninstall scapy.src Package on Oracle Linux 9

Last updated: November 25,2024

1. Install "scapy.src" package

Here is a brief guide to show you how to install scapy.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install scapy.src

2. Uninstall "scapy.src" package

Please follow the guidance below to uninstall scapy.src on Oracle Linux 9:

$ sudo dnf remove scapy.src $ sudo dnf autoremove

3. Information about the scapy.src package on Oracle Linux 9

Last metadata expiration check: 1:27:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : scapy
Version : 2.5.0
Release : 1.el9
Architecture : src
Size : 5.8 M
Source : None
Repository : ol9_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.