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

Last updated: May 18,2024

1. Install "python3-unbound" package

In this section, we are going to explain the necessary steps to install python3-unbound on Kali Linux

$ sudo apt update $ sudo apt install python3-unbound

2. Uninstall "python3-unbound" package

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

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

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

Package: python3-unbound
Source: unbound
Version: 1.19.1-1
Installed-Size: 485
Maintainer: unbound packagers
Architecture: amd64
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.28), libpython3.11 (>= 3.11.5), libunbound8 (>= 1.9.0)
Size: 209736
SHA256: 3b745d1e896f12df7316dfdaf3f224500ac7f099c35d3962260cbfee38bffd42
SHA1: aaefc729758a57d2d987ee2ebb89c682ad4fe6f0
MD5sum: f00367e64ef76b49782cc0942768a118
Description: library implementing DNS resolution and validation (Python3 bindings)
Python3 extension module for libunbound.
.
libunbound performs and validates DNS lookups; it can be used to convert
hostnames to IP addresses and back and obtain other information from the
DNS. Cryptographic validation of results is performed with DNSSEC.
Description-md5:
Homepage: https://www.unbound.net/
Section: python
Priority: optional
Filename: pool/main/u/unbound/python3-unbound_1.19.1-1_amd64.deb