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

Last updated: May 13,2024

1. Install "python3-ifaddr" package

This guide covers the steps necessary to install python3-ifaddr on Kali Linux

$ sudo apt update $ sudo apt install python3-ifaddr

2. Uninstall "python3-ifaddr" package

Please follow the guidelines below to uninstall python3-ifaddr on Kali Linux:

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

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

Package: python3-ifaddr
Source: python-ifaddr
Version: 0.2.0-1
Installed-Size: 46
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10220
SHA256: 9400208b1777946b3259a2533adb6ed7bdf1da0c7e19e7db694f8dc8ac873333
SHA1: e5afd08e5ee8744726b430617530cc044a7d7514
MD5sum: e4a7654dd42ff022ba5c24a0a17ae4a5
Description: Pure Python implementation for detecting IP addresses
This is a small Python library which allows you to find all the IP addresses
of the computer. Both ipv4 and ipv6 addresses will be found.
.
It is a pure Python implementation in contrast to some other Python libraries
providing more or less the same functionality.
Description-md5:
Homepage: https://github.com/pydron/ifaddr
Section: python
Priority: optional
Filename: pool/main/p/python-ifaddr/python3-ifaddr_0.2.0-1_all.deb