Install mytop
Installing mytop package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mytop
mytop package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mytop |
version | 1.9.1-2 |
description | top like query monitor for MySQL |
subsection | utils |
website | mysqlfanboy.com / mytop / |
maintainer | Werner Detter |
Uninstall mytop
To remove just mytop package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mytop
Uninstall mytop and it’s dependent packages
To remove the mytop package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mytop
Purging mytop
If you also want to delete configuration and/or data files of mytop from Debian Sid then this will work:
sudo apt-get purge mytop
To delete configuration and/or data files of mytop and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mytop