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