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