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

Last updated: May 18,2024

1. Install "python3-dnslib" package

Please follow the instructions below to install python3-dnslib on Kali Linux

$ sudo apt update $ sudo apt install python3-dnslib

2. Uninstall "python3-dnslib" package

This tutorial shows how to uninstall python3-dnslib on Kali Linux:

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

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

Package: python3-dnslib
Source: python-dnslib
Version: 0.9.24-1
Installed-Size: 253
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 49576
SHA256: dbfb6c0f3d48125248dac8249a4b6981ff39922f7bd8ae7a75766b51bf74ed8b
SHA1: 274bf954ed470345e83227c9c41d851d233c3d24
MD5sum: 3abbbd651bf0fbebd5ae8641d0fdc015
Description: Module to encode/decode DNS wire-format packets (Python 3)
This DNS encode/decode Python 3 module provides:
.
- Support for encoding/decoding DNS packets between wire format, Python
objects, and Zone/DiG textual representation (dnslib.dns)
- A server framework allowing the simple creation of custom DNS resolvers
(dnslib.server) and a number of example servers created using this
framework
- A number of utilities for testing (dnslib.client, dnslib.proxy,
dnslib.intercept)
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/paulc/dnslib
Section: python
Priority: optional
Filename: pool/main/p/python-dnslib/python3-dnslib_0.9.24-1_all.deb