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