To uninstall daemon just follow these instructions.
sudo apt-get remove daemon
This will remove just the daemon package itself.
sudo apt-get remove --auto-remove daemon
This will remove the daemon package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for daemon then this will work.
sudo apt-get purge daemon
Or similarly, like this daemon
sudo apt-get purge --auto-remove daemon
Package | daemon |
Version | 0.6.4-1+b2 |
Maintainer | Marc Haber <mh+[email protected]> |
Home page | http://www.libslack.org/daemon/ |
Description | turns other processes into daemons daemon process. This can be tedious. Daemon performs these tasks for other processes. This is useful for writing daemons in languages other than C, C++ or Perl (e.g. /bin/sh, Java). |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | utils |