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

Last updated: May 14,2024

1. Install "python3-netaddr" package

Learn how to install python3-netaddr on Kali Linux

$ sudo apt update $ sudo apt install python3-netaddr

2. Uninstall "python3-netaddr" package

Learn how to uninstall python3-netaddr on Kali Linux:

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

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

Package: python3-netaddr
Source: python-netaddr
Version: 0.10.1-1
Installed-Size: 1252
Maintainer: Debian Python Team ,
Architecture: all
Depends: ieee-data, python3-importlib-resources | python3-supported-min (>= 3.7), python3:any
Suggests: ipython3, python-netaddr-docs
Size: 315280
SHA256: 05fd46e4f7efa60883a551d3e2fd6736bd03f548fb355ec8adbe5c283da74391
SHA1: 059b48ffc9d493bac87d75d2c5f6bcca75e251f5
MD5sum: 76fa2d5e101ee54a811d6530745c45f8
Description: manipulation of various common network address notations (Python 3)
netaddr is a Python library for the manipulation of various common
network address notations and representations.
.
It takes the hassle out of fiddling with enumerable variations of
network addresses presenting a consistent, extensible, easy-to-use
and (above all) Pythonic API.
.
With it you can validate, convert, categorise, iterate, generate,
slice (and dice):
- MAC (Media Access Control)
- IEEE EUI-48 and EUI-64
- IP version 4
- IP version 6
- CIDR (Classless Inter-Domain Routing)
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/drkjam/netaddr/
Section: python
Priority: optional
Filename: pool/main/p/python-netaddr/python3-netaddr_0.10.1-1_all.deb