How To Install llconf on Fedora 36
Introduction
In this tutorial we learn how to install llconf
on Fedora 36.
What is llconf
llconf (loss-less configuration) tool 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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llconf.
Install llconf 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
using dnf
by running the following command:
sudo dnf -y install llconf
Install llconf 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
using yum
by running the following command:
sudo yum -y install llconf
How To Uninstall llconf on Fedora 36
To uninstall only the llconf
package we can use the following command:
sudo dnf remove llconf
llconf Package Contents on Fedora 36
/usr/bin/llconf
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/9c84451ed3431fc795eaadbfcbf3cc42d9c1c0
/usr/share/doc/llconf
/usr/share/doc/llconf/README.llconf
/usr/share/doc/llconf/etc
/usr/share/doc/llconf/etc/hostname
/usr/share/doc/llconf/etc/hosts
/usr/share/doc/llconf/etc/interfaces
/usr/share/doc/llconf/etc/resolv.conf
/usr/share/doc/llconf/wizard
References
Summary
In this tutorial we learn how to install llconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).