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