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

Last updated: May 13,2024

1. Install "python3-netifaces" package

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

$ sudo apt update $ sudo apt install python3-netifaces

2. Uninstall "python3-netifaces" package

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

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

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

Package: python3-netifaces
Source: netifaces (0.11.0-2)
Version: 0.11.0-2+b2
Installed-Size: 76
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.4)
Size: 19440
SHA256: f14a7e2474dabac47259cd7c0c9ee0b9ede1a154685177843fe6db38ab756e0e
SHA1: 3dbd099dd77dd6520a13560ec8dc484b4fb2399e
MD5sum: b77e6bac6f4044d451b8be62b9dd153c
Description: portable network interface information - Python 3.x
netifaces provides a (hopefully portable-ish) way for Python programmers to
get access to a list of the network interfaces on the local machine, and to
obtain the addresses of those network interfaces.
.
This package contains the module for Python 3.x.
Description-md5:
Multi-Arch: same
Homepage: https://alastairs-place.net/projects/netifaces/
Section: python
Priority: optional
Filename: pool/main/n/netifaces/python3-netifaces_0.11.0-2+b2_amd64.deb