How to Install and Uninstall libdaemon.i686 Package on Fedora 35

Last updated: July 05,2024

1. Install "libdaemon.i686" package

This is a short guide on how to install libdaemon.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libdaemon.i686

2. Uninstall "libdaemon.i686" package

Please follow the instructions below to uninstall libdaemon.i686 on Fedora 35:

$ sudo dnf remove libdaemon.i686 $ sudo dnf autoremove

3. Information about the libdaemon.i686 package on Fedora 35

Last metadata expiration check: 1:46:17 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : libdaemon
Version : 0.14
Release : 22.fc35
Architecture : i686
Size : 32 k
Source : libdaemon-0.14-22.fc35.src.rpm
Repository : fedora
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.