How To Install llconf-libs on Fedora 36

In this tutorial we learn how to install llconf-libs in Fedora 36. llconf-libs is Loss-less configuration file parser library

Introduction

In this tutorial we learn how to install llconf-libs on Fedora 36.

What is llconf-libs

llconf (loss-less configuration) is meant as a middle ware to unify control over configuration files. It tries to parse different configuration files using different modules, and rewrite them after applying changes, without destroying user changes and comments, so that it is still possible to edit the files with a common text editor.

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

Install llconf-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install llconf-libs

Install llconf-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llconf-libs using yum by running the following command:

sudo yum -y install llconf-libs

How To Uninstall llconf-libs on Fedora 36

To uninstall only the llconf-libs package we can use the following command:

sudo dnf remove llconf-libs

llconf-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/3f38dde78a6b08c545e83df1d4a82ecff815a2
/usr/lib64/libllconf.so.0
/usr/lib64/libllconf.so.0.1.0
/usr/share/doc/llconf-libs
/usr/share/doc/llconf-libs/COPYING
/usr/share/doc/llconf-libs/README

References

Summary

In this tutorial we learn how to install llconf-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install llconf-libs on Fedora 36” linkTitle: “llconf-libs” type: “docs” description: “In this tutorial we learn how to install llconf-libs in Fedora 36. llconf-libs is Loss-less configuration file parser library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/llconf-libs-featured.png

Introduction

In this tutorial we learn how to install llconf-libs on Fedora 36.

What is llconf-libs

llconf (loss-less configuration) is meant as a middle ware to unify control over configuration files. It tries to parse different configuration files using different modules, and rewrite them after applying changes, without destroying user changes and comments, so that it is still possible to edit the files with a common text editor.

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

Install llconf-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install llconf-libs

Install llconf-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llconf-libs using yum by running the following command:

sudo yum -y install llconf-libs

How To Uninstall llconf-libs on Fedora 36

To uninstall only the llconf-libs package we can use the following command:

sudo dnf remove llconf-libs

llconf-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/7164b7fa978cb117f9e4a8b0d1a9b82de75d0e
/usr/lib/libllconf.so.0
/usr/lib/libllconf.so.0.1.0
/usr/share/doc/llconf-libs
/usr/share/doc/llconf-libs/COPYING
/usr/share/doc/llconf-libs/README

References

Summary

In this tutorial we learn how to install llconf-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).