How to Install and Uninstall python3-pcapy.x86_64 Package on Fedora 39

Last updated: May 20,2024

1. Install "python3-pcapy.x86_64" package

This guide covers the steps necessary to install python3-pcapy.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pcapy.x86_64

2. Uninstall "python3-pcapy.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-pcapy.x86_64 on Fedora 39:

$ sudo dnf remove python3-pcapy.x86_64 $ sudo dnf autoremove

3. Information about the python3-pcapy.x86_64 package on Fedora 39

Last metadata expiration check: 4:39:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pcapy
Version : 0.11.5
Release : 20.fc39
Architecture : x86_64
Size : 33 k
Source : pcapy-0.11.5-20.fc39.src.rpm
Repository : fedora
Summary : A Python interface to libpcap
URL : https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy
License : Apache-1.1
Description : Python3 package of pcapy.
: Pcapy is a Python extension module that interfaces with the libpcap
: packet capture library. Pcapy enables python scripts to capture packets
: on the network. Pcapy is highly effective when used in conjunction with
: a packet-handling package such as Impacket, which is a collection of
: Python classes for constructing and dissecting network packets.