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