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