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