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