To uninstall health-check just follow these instructions.
sudo apt-get remove health-check
This will remove just the health-check package itself.
sudo apt-get remove --auto-remove health-check
This will remove the health-check package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for health-check then this will work.
sudo apt-get purge health-check
Or similarly, like this health-check
sudo apt-get purge --auto-remove health-check
Package | health-check |
Version | 0.01.62-1 |
Maintainer | Colin King <[email protected]> |
Home page | http://kernel.ubuntu.com/~cking/health-check |
Description | process monitoring tool |
Distro | ubuntu |
Release | vivid |
Repo | universe |
Section | universe/admin |