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