How to Install and Uninstall python3-pcapy Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-pcapy" package

This guide covers the steps necessary to install python3-pcapy on Kali Linux

$ sudo apt update $ sudo apt install python3-pcapy

2. Uninstall "python3-pcapy" package

Here is a brief guide to show you how to uninstall python3-pcapy on Kali Linux:

$ sudo apt remove python3-pcapy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pcapy package on Kali Linux

Package: python3-pcapy
Source: pcapy (0.11.5-3)
Version: 0.11.5-3+b3
Installed-Size: 168
Maintainer: Debian Python Team
Architecture: amd64
Replaces: python-pcapy (<< 0.11.4)
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpcap0.8 (>= 1.0.0), libstdc++6 (>= 4.1.1)
Recommends: python3-impacket
Breaks: python-pcapy (<< 0.11.4)
Size: 27320
SHA256: 2538aed4404aa8e4ff118b16731526345a816616c2edede3b086ebefee781997
SHA1: 1f044715bf061608fa66a6c01e77c3d54e312fa9
MD5sum: 71c2dbdd2a4eb102727c67772630cd54
Description: Python interface to the libpcap packet capture library (Python 3)
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.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy
Section: python
Priority: optional
Filename: pool/main/p/pcapy/python3-pcapy_0.11.5-3+b3_amd64.deb