Install procserv
Installing procserv package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install procserv
procserv package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | procserv |
version | 2.6.0-1+b1 |
description | Process server with telnet console and log access |
subsection | utils |
website | sourceforge.net / projects / procserv / |
maintainer | Ralph Lange |
Uninstall procserv
To remove just procserv package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove procserv
Uninstall procserv and it’s dependent packages
To remove the procserv package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove procserv
Purging procserv
If you also want to delete configuration and/or data files of procserv from Debian Sid then this will work:
sudo apt-get purge procserv
To delete configuration and/or data files of procserv and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove procserv