How to Install and Uninstall procServ.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: May 23,2024

1. Install "procServ.x86_64" package

This guide covers the steps necessary to install procServ.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install procServ.x86_64

2. Uninstall "procServ.x86_64" package

In this section, we are going to explain the necessary steps to uninstall procServ.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove procServ.x86_64 $ sudo dnf autoremove

3. Information about the procServ.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:42:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : procServ
Version : 2.7.0
Release : 16.el9
Architecture : x86_64
Size : 162 k
Source : procServ-2.7.0-16.el9.src.rpm
Repository : epel
Summary : Process server with telnet console and log access
URL : https://github.com/ralphlange/procServ
License : GPLv3
Description : procServ is a wrapper that starts an arbitrary command as a child process in
: the background, connecting its standard input and output to a Unix domain
: socket or 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.