Installlion's Logo

Installlion.com

How To Uninstall daemontools On Parrot 3.7

To uninstall daemontools just follow these instructions.

Uninstall just daemontools

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.Parrot 3.7admin1:0.76-6.1
sudo apt-get remove daemontools

This will remove just the daemontools package itself.

Uninstall daemontools and its dependencies

sudo apt-get remove --auto-remove daemontools

This will remove the daemontools package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for daemontools then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge daemontools

Or similarly, like this daemontools

sudo apt-get purge --auto-remove daemontools

Package Data

Packagedaemontools
Version1:0.76-6.1
MaintainerGerrit Pape <[email protected]>
Descriptioncollection 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.
Distroparrot
Releasejollyroger
Repomain
Sectionadmin

Dependencies