Install mysql-mmm-common
Installing mysql-mmm-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mysql-mmm-common
mysql-mmm-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mysql-mmm-common |
version | 2.2.1-1.1 |
description | Multi-Master Replication Manager for MySQL – common files |
subsection | database |
maintainer | Pascal Hofmann |
Uninstall mysql-mmm-common
To remove just mysql-mmm-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mysql-mmm-common
Uninstall mysql-mmm-common and it’s dependent packages
To remove the mysql-mmm-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mysql-mmm-common
Purging mysql-mmm-common
If you also want to delete configuration and/or data files of mysql-mmm-common from Debian Sid then this will work:
sudo apt-get purge mysql-mmm-common
To delete configuration and/or data files of mysql-mmm-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mysql-mmm-common