How to Install and Uninstall libconfuse-devel Package on openSUSE Leap

Last updated: November 23,2024

1. Install "libconfuse-devel" package

This tutorial shows how to install libconfuse-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libconfuse-devel

2. Uninstall "libconfuse-devel" package

Please follow the steps below to uninstall libconfuse-devel on openSUSE Leap:

$ sudo zypper remove libconfuse-devel

3. Information about the libconfuse-devel package on openSUSE Leap

Information for package libconfuse-devel:
-----------------------------------------
Repository : Main Repository
Name : libconfuse-devel
Version : 2.8-150000.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 736.6 KiB
Installed : No
Status : not installed
Source package : libconfuse0-2.8-150000.3.3.1.src
Upstream URL : http://www.nongnu.org/confuse/
Summary : The development files for libconfuse
Description :
libConfuse is a configuration file parser library, licensed under the
terms of the LGPL, 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. libConfuse was called libcfg
before, but was changed to not confuse with other similar libraries.
This package holds the development files for libconfuse.

5. The same packages on other Linux Distributions