How to Install and Uninstall libdaemon.i686 Package on Amazon Linux 2

Last updated: June 26,2024

1. Install "libdaemon.i686" package

Please follow the steps below to install libdaemon.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdaemon.i686

2. Uninstall "libdaemon.i686" package

This guide let you learn how to uninstall libdaemon.i686 on Amazon Linux 2:

$ sudo yum remove libdaemon.i686 $ sudo yum autoremove

3. Information about the libdaemon.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libdaemon
Arch : i686
Version : 0.14
Release : 7.amzn2.0.2
Size : 30 k
Repo : amzn2-core/2/x86_64
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.