Install mysqltuner
Installing mysqltuner package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mysqltuner
mysqltuner package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mysqltuner |
version | 1.6.0-1 |
description | high-performance MySQL tuning script |
subsection | database |
website | mysqltuner.com |
maintainer | KURASHIKI Satoru |
Uninstall mysqltuner
To remove just mysqltuner package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mysqltuner
Uninstall mysqltuner and it’s dependent packages
To remove the mysqltuner package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mysqltuner
Purging mysqltuner
If you also want to delete configuration and/or data files of mysqltuner from Debian Sid then this will work:
sudo apt-get purge mysqltuner
To delete configuration and/or data files of mysqltuner and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mysqltuner