How to Install and Uninstall neutron-server Package on Kali Linux

Last updated: May 01,2024

1. Install "neutron-server" package

This is a short guide on how to install neutron-server on Kali Linux

$ sudo apt update $ sudo apt install neutron-server

2. Uninstall "neutron-server" package

Please follow the guidelines below to uninstall neutron-server on Kali Linux:

$ sudo apt remove neutron-server $ sudo apt autoclean && sudo apt autoremove

3. Information about the neutron-server package on Kali Linux

Package: neutron-server
Source: neutron
Version: 2:23.0.0-2
Installed-Size: 13
Maintainer: Debian OpenStack
Architecture: all
Depends: neutron-api (= 2:23.0.0-2), neutron-rpc-server (= 2:23.0.0-2)
Size: 6440
SHA256: bd79b7266bcc0e263b9e26904ef8829c10c1e6f4d29239f721489d9e24b22f74
SHA1: 8235b2f8df9ea9fa57edb25b48347949dfb89dc5
MD5sum: df5df5bc4dda5b68c7b1585007863f58
Description: OpenStack virtual network service - metapackage for the server
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
.
As the Debian packages switched to Python 3, it isn't possible to run using
Eventlet (ie: the standalone neutron-server daemon) if we use SSL, because of
defects in python3-eventlet. So the Debian package maitainer decided to switch
to uwsgi instead. In this mode, one needs to also run neutron-rpc-server to
listen for requests on the message bus (ie: rabbitmq in most cases). For this
reason, the neutron-server package has been split into neutron-api and
neutron-rpc-server.
.
Transition package for neutron-server.
Description-md5:
Homepage: http://neutron.openstack.org/
Tag: admin::virtualization, implemented-in::python, role::program,
suite::openstack, system::cloud, system::virtual
Section: net
Priority: optional
Filename: pool/main/n/neutron/neutron-server_23.0.0-2_all.deb