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

Last updated: May 03,2024

1. Install "python3-adns" package

Learn how to install python3-adns on Kali Linux

$ sudo apt update $ sudo apt install python3-adns

2. Uninstall "python3-adns" package

This is a short guide on how to uninstall python3-adns on Kali Linux:

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

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

Package: python3-adns
Source: python-adns
Version: 1.4~py1-0kali3
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 59
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libadns1 (>= 1.5.0~), libc6 (>= 2.4)
Homepage: https://github.com/trolldbois/python3-adns
Priority: optional
Section: python
Filename: pool/main/p/python-adns/python3-adns_1.4~py1-0kali3_amd64.deb
Size: 14600
SHA256: 6339f3229efd345b182e6b88e2c7abec07ce995fff120ab3b9234266b1916052
SHA1: 73e9962605c736b2c7d6d2eb660b1c8f87c8918b
MD5sum: 25825515ceb718cbc340ad485bca3088
Description: Python bindings to the asynchronous DNS resolver library
This module provides a Python binding to the adns asynchronous DNS
resolver library.
.
The module provides a small wrapper adns that simply returns status
codes as does the C library. It also provides a more Python like
interface ADNS that wraps status codes in proper exceptions.
.
The package contains working examples in ADNS.py and DNSBL.py.
Description-md5:
Original-Maintainer: Debian Python Team