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