How to Install and Uninstall procserv Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "procserv" package

Please follow the guidance below to install procserv on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install procserv

2. Uninstall "procserv" package

Learn how to uninstall procserv on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove procserv $ sudo apt autoclean && sudo apt autoremove

3. Information about the procserv package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: procserv
Priority: optional
Section: universe/utils
Installed-Size: 209
Maintainer: Ubuntu Developers
Original-Maintainer: Ralph Lange
Architecture: amd64
Version: 2.6.0-1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libtelnet2
Suggests: telnet
Filename: pool/universe/p/procserv/procserv_2.6.0-1_amd64.deb
Size: 136716
MD5sum: 9a172006d1e8c004f9506a00f482c0f2
SHA1: 656370f7fec4f8fa53a31b6ccdf2a1f6251b6d1e
SHA256: 35c1f774f0e3512fcc63b13cf19ee7680377dca1fbbffc6595cf229a96954429
Description-en: Process server with telnet console and log access
procServ is a wrapper that starts an arbitrary command as a child process in
the background, connecting its standard input and output to a TCP port for
telnet access. It supports logging, child restart (manual or automatic on
exit), and more.
.
procServ does not have the rich feature set of the screen utility,
but is intended to provide running a command in a system service style,
in a small, robust way.
Handling multiple users, authorization, authentication, central logging
is done best on a higher level, using a package like conserver.
.
For security reasons, procServ only accepts connections from localhost.
Description-md5: 6064f8c9f0bc41e0dd37962a71912bca
Homepage: http://sourceforge.net/projects/procserv/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu