To uninstall daemontools just follow these instructions.
sudo apt-get remove daemontools
This will remove just the daemontools package itself.
sudo apt-get remove --auto-remove daemontools
This will remove the daemontools package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for daemontools then this will work.
sudo apt-get purge daemontools
Or similarly, like this daemontools
sudo apt-get purge --auto-remove daemontools
Package | daemontools |
Version | 1:0.76-6.1 |
Maintainer | Gerrit Pape <[email protected]> |
Description | collection of tools for managing UNIX services service if it dies. Setting up a new service is easy: all supervise needs is a directory with a run script that runs the service. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | admin |