< Home - < Back

libconfuse


Information about the package, libconfuse, which is shipped with common Linux distributions. The libconfuse package is designed for, A configuration file parser library.


Package Name:

libconfuse

Summary:

A configuration file parser library

Description:

libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code.

Architecture:

x86_64

Version:

2.7

Release:

4.el6

Size:

79 k

Repository:

epel

From Repository:

Licence:

ISC



Handy Yum Commands for libconfuse


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


Command

Description of Command

yum install libconfuse

This command will install libconfuse on the server.

yum remove libconfuse

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

yum -y remove libconfuse

This command will un-install libconfuse 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 libconfuse when using the -y flag.

yum update libconfuse

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

yum -y update libconfuse

This command will update libconfuse 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 libconfuse when using the -y flag.

yum info libconfuse

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

yum deplist libconfuse

This command will show you the dependencies for libconfuse. 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 libconfuse

This command will check if there is an update waiting on libconfuse. 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.