Install python-networking-arista
Installing python-networking-arista 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-arista
python-networking-arista package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-networking-arista |
version | 2015.2.0-1 |
description | OpenStack virtual network service – Arista plugin |
subsection | python |
website | github.com / stackforge / networking-arista |
maintainer | PKG OpenStack |
Uninstall python-networking-arista
To remove just python-networking-arista package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-networking-arista
Uninstall python-networking-arista and it’s dependent packages
To remove the python-networking-arista package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-networking-arista
Purging python-networking-arista
If you also want to delete configuration and/or data files of python-networking-arista from Debian Sid then this will work:
sudo apt-get purge python-networking-arista
To delete configuration and/or data files of python-networking-arista and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-networking-arista