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