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

Last updated: October 04,2024

1. Install "python3-dpkt" package

Here is a brief guide to show you how to install python3-dpkt on Kali Linux

$ sudo apt update $ sudo apt install python3-dpkt

2. Uninstall "python3-dpkt" package

Learn how to uninstall python3-dpkt on Kali Linux:

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

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

Package: python3-dpkt
Source: python-dpkt
Version: 1.9.8-1
Installed-Size: 789
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 152892
SHA256: 5e38425c3a9f9d57329d9b7e924370ef0289e1b5a96bd3cc36b61fedf6f9ab5a
SHA1: 2f95eb1b174e24c3b26170d910564e6291aae3df
MD5sum: 9cd39176f4b77661a5eaeff0d4509214
Description: Python 3 packet creation / parsing module for basic TCP/IP protocols
Python 3 module for fast, simple packet creation / parsing, with support for
basic protocols often related to TCP/IP protocols. This includes (but is not
limited to):
- ethernet
- HTTP
- ICMP
- UDP
- TCP/IP (v4 and v6)
- BGP
- radius
- ssl
and many other protocols as well as support for parsing pcap files.
Description-md5:
Homepage: https://github.com/kbandla/dpkt
Section: python
Priority: optional
Filename: pool/main/p/python-dpkt/python3-dpkt_1.9.8-1_all.deb