How To Install libucl on Fedora 36
Introduction
In this tutorial we learn how to install libucl
on Fedora 36.
What is libucl
Universal configuration library parser.
We can use yum
or dnf
to install libucl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libucl.
Install libucl 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 libucl
using dnf
by running the following command:
sudo dnf -y install libucl
Install libucl 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 libucl
using yum
by running the following command:
sudo yum -y install libucl
How To Uninstall libucl on Fedora 36
To uninstall only the libucl
package we can use the following command:
sudo dnf remove libucl
libucl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/5b124e456d30179ea03b7ed9e454f5fd80546e
/usr/lib64/libucl.so.5
/usr/lib64/libucl.so.5.1.0
/usr/share/doc/libucl
/usr/share/doc/libucl/README.md
/usr/share/licenses/libucl
/usr/share/licenses/libucl/COPYING
/usr/share/man/man3/libucl.3.gz
References
Summary
In this tutorial we learn how to install libucl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libucl on Fedora 36” linkTitle: “libucl” type: “docs” description: “In this tutorial we learn how to install libucl in Fedora 36. libucl is Universal configuration library parser” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libucl-featured.png
Introduction
In this tutorial we learn how to install libucl
on Fedora 36.
What is libucl
Universal configuration library parser.
We can use yum
or dnf
to install libucl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libucl.
Install libucl 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 libucl
using dnf
by running the following command:
sudo dnf -y install libucl
Install libucl 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 libucl
using yum
by running the following command:
sudo yum -y install libucl
How To Uninstall libucl on Fedora 36
To uninstall only the libucl
package we can use the following command:
sudo dnf remove libucl
libucl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/1371ffbb0cbf5dabb66cf29e0dca39017d5ec0
/usr/lib/libucl.so.5
/usr/lib/libucl.so.5.1.0
/usr/share/doc/libucl
/usr/share/doc/libucl/README.md
/usr/share/licenses/libucl
/usr/share/licenses/libucl/COPYING
/usr/share/man/man3/libucl.3.gz
References
Summary
In this tutorial we learn how to install libucl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).