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