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