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