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

Last updated: July 04,2024

1. Install "libdaemon.x86_64" package

Please follow the instructions below to install libdaemon.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libdaemon.x86_64

2. Uninstall "libdaemon.x86_64" package

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

$ sudo dnf remove libdaemon.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:38:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libdaemon
Version : 0.14
Release : 23.el9
Architecture : x86_64
Size : 34 k
Source : libdaemon-0.14-23.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : Library for writing UNIX daemons
URL : http://0pointer.de/lennart/projects/libdaemon/
License : LGPLv2+
Description : libdaemon is a lightweight C library which eases the writing of UNIX daemons.
: It consists of the following parts:
: * A wrapper around fork() which does the correct daemonization
: procedure of a process
: * A wrapper around syslog() for simpler and compatible log output to
: Syslog or STDERR
: * An API for writing PID files
: * An API for serializing UNIX signals into a pipe for usage with
: select() or poll()
: * An API for running subprocesses with STDOUT and STDERR redirected
: to syslog.