How To Install libpkgconf on Fedora 34

libpkgconf is Backend library for pkgconf Backend library for pkgconf

Introduction

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

What is libpkgconf

This package provides libraries for applications to use the functionality of pkgconf. libpkgconf 1.7.3 6.fc34 x86_64 36 k pkgconf-1.7.3-6.fc34.src.rpm fedora Backend library for pkgconf http ISC This package provides libraries for applications to use the functionality of pkgconf.

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

Install libpkgconf 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 libpkgconf using dnf by running the following command:

sudo dnf -y install libpkgconf

Install libpkgconf 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 libpkgconf using yum by running the following command:

sudo yum -y install libpkgconf

How To Uninstall libpkgconf on Fedora 34

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

sudo dnf remove libpkgconf

libpkgconf Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/cb54ca79964ffd042fccc7c81b26e942e4d964
/usr/lib/libpkgconf.so.3
/usr/lib/libpkgconf.so.3.0.0
/usr/share/licenses/libpkgconf
/usr/share/licenses/libpkgconf/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/f49aecae5df7e1e3b70a6f3926366b99987b5c
/usr/lib64/libpkgconf.so.3
/usr/lib64/libpkgconf.so.3.0.0
/usr/share/licenses/libpkgconf
/usr/share/licenses/libpkgconf/COPYING

References

Summary

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