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

Last updated: May 10,2024

1. Install "python3-dnspython" package

Please follow the steps below to install python3-dnspython on Kali Linux

$ sudo apt update $ sudo apt install python3-dnspython

2. Uninstall "python3-dnspython" package

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

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

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

Package: python3-dnspython
Source: dnspython
Version: 2.6.1-1
Installed-Size: 1107
Maintainer: Debian Python Team
Architecture: all
Depends: netbase, python3:any
Recommends: ca-certificates, python3-cryptography, python3-h2, python3-httpcore (>= 0.17.3), python3-httpx, python3-idna
Suggests: python3-trio, python3-aioquic
Size: 160760
SHA256: 9cfc9c949cb06a84aa3d5048ab78d850165ffb6396686d9084f8a3d4660e92c1
SHA1: 0916826cf588538fcf2468fe906bee42790dad43
MD5sum: d956e4da4bddc39cf936cc69684ffcb3
Description: DNS toolkit for Python 3
dnspython is a DNS toolkit for Python. It supports almost all record types. It
can be used for queries, zone transfers, and dynamic updates. It supports TSIG
authenticated messages and EDNS0.
.
With recommended additional dependencies installed it also support DNS Over
HTTPS (DOH), DNSSEC, and non-ascii (IDNA) DNS operations. It can support
asynchronous if python3-trio is installed, but this is not the default. DNS
Over QUIC (DOQ) is supported if python3-aioquic is installed, also not the
default.
.
dnspython provides both high and low level access to DNS. The high level
classes perform queries for data of a given name, type, and class, and return
an answer set. The low level classes allow direct manipulation of DNS zones,
messages, names, and records.
.
This is the Python 3 version.
Description-md5:
Homepage: https://www.dnspython.org
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/d/dnspython/python3-dnspython_2.6.1-1_all.deb