< Home - < Back

libdaemon


Information about the package, libdaemon, which is shipped with common Linux distributions. The libdaemon package is designed for, Library for writing UNIX daemons.


Package Name:

libdaemon

Summary:

Library for writing UNIX daemons

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.

Architecture:

x86_64

Version:

0.14

Release:

1.el6

Size:

28 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libdaemon


Control the libdaemon package with the following handy commands outlined below.


Command

Description of Command

yum install libdaemon

This command will install libdaemon on the server.

yum remove libdaemon

This command will un-install libdaemon on the server. When you run this command, you will be asked if you are sure that you want to remove libdaemon, so you have to manually confirm that you want to do this.

yum -y remove libdaemon

This command will un-install libdaemon on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libdaemon when using the -y flag.

yum update libdaemon

This command will update libdaemon to the latest version. When you run this command, you will be asked if you are sure that you want to remove libdaemon, so you have to manually confirm that you want to do this.

yum -y update libdaemon

This command will update libdaemon to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libdaemon when using the -y flag.

yum info libdaemon

This command will show you core information about the libdaemon package.

yum deplist libdaemon

This command will show you the dependencies for libdaemon. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libdaemon

This command will check if there is an update waiting on libdaemon. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.