How to Install and Uninstall libdaemon.src Package on Oracle Linux 8
Last updated: January 10,2025
1. Install "libdaemon.src" package
Please follow the guidance below to install libdaemon.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
libdaemon.src
Copied
2. Uninstall "libdaemon.src" package
This is a short guide on how to uninstall libdaemon.src on Oracle Linux 8:
$
sudo dnf remove
libdaemon.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the libdaemon.src package on Oracle Linux 8
Last metadata expiration check: 1:43:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libdaemon
Version : 0.14
Release : 15.el8
Architecture : src
Size : 347 k
Source : None
Repository : ol8_baseos_latest
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.
Available Packages
Name : libdaemon
Version : 0.14
Release : 15.el8
Architecture : src
Size : 347 k
Source : None
Repository : ol8_baseos_latest
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.