Install python-netifaces
Installing python-netifaces package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-netifaces
python-netifaces package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-netifaces |
version | 0.10.4-0.1+b2 |
description | portable network interface information – Python 2.x |
subsection | python |
website | alastairs-place.net / projects / netifaces / |
maintainer | Debian Python Modules Team |
Uninstall python-netifaces
To remove just python-netifaces package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-netifaces
Uninstall python-netifaces and it’s dependent packages
To remove the python-netifaces package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-netifaces
Purging python-netifaces
If you also want to delete configuration and/or data files of python-netifaces from Debian Sid then this will work:
sudo apt-get purge python-netifaces
To delete configuration and/or data files of python-netifaces and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-netifaces