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