How To Install libini_config on Fedora 34

libini_config is INI file parser for C INI file parser for C

Introduction

In this tutorial we learn how to install libini_config on Fedora 34.

What is libini_config

Library to process config files in INI format into a libcollection data structure libini_config 1.3.1 47.fc34 x86_64 66 k ding-libs-0.6.1-47.fc34.src.rpm fedora INI file parser for C https LGPLv3+ Library to process config files in INI format into a libcollection data structure

We can use yum or dnf to install libini_config on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libini_config.

Install libini_config on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libini_config using dnf by running the following command:

sudo dnf -y install libini_config

Install libini_config on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libini_config using yum by running the following command:

sudo yum -y install libini_config

How To Uninstall libini_config on Fedora 34

To uninstall only the libini_config package we can use the following command:

sudo dnf remove libini_config

libini_config Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/900408cc3c4be46d0b04f073640224e1ecf212
/usr/lib/libini_config.so.5
/usr/lib/libini_config.so.5.2.1
/usr/share/doc/libini_config
/usr/share/doc/libini_config/COPYING
/usr/share/doc/libini_config/COPYING.LESSER
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/4e8f8c135e723b295404bc83971cdea856a7c4
/usr/lib64/libini_config.so.5
/usr/lib64/libini_config.so.5.2.1
/usr/share/doc/libini_config
/usr/share/doc/libini_config/COPYING
/usr/share/doc/libini_config/COPYING.LESSER

References

Summary

In this tutorial we learn how to install libini_config on Fedora 34 using yum and dnf.