Install python-networking-mlnx
Installing python-networking-mlnx package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-networking-mlnx
python-networking-mlnx package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-networking-mlnx |
version | 1:8.0.0~b3-4 |
description | OpenStack virtual network service – Mellanox plugin Python 2.7 files |
subsection | python |
website | neutron.openstack.org |
maintainer | PKG OpenStack |
Uninstall python-networking-mlnx
To remove just python-networking-mlnx package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-networking-mlnx
Uninstall python-networking-mlnx and it’s dependent packages
To remove the python-networking-mlnx package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-networking-mlnx
Purging python-networking-mlnx
If you also want to delete configuration and/or data files of python-networking-mlnx from Debian Sid then this will work:
sudo apt-get purge python-networking-mlnx
To delete configuration and/or data files of python-networking-mlnx and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-networking-mlnx