How To Install perl-PkgConfig-LibPkgConf on Fedora 36

In this tutorial we learn how to install perl-PkgConfig-LibPkgConf in Fedora 36. perl-PkgConfig-LibPkgConf is Interface to pkg-config files via libpkgconf

Introduction

In this tutorial we learn how to install perl-PkgConfig-LibPkgConf on Fedora 36.

What is perl-PkgConfig-LibPkgConf

Many libraries in compiled languages such as C or C++ provide *.pc files to specify the flags required for compiling and linking against those libraries. Traditionally, the command line program pkg-config is used to query these files. This package provides a Perl-level API using libpkgconf to these files.

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

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

sudo dnf -y install perl-PkgConfig-LibPkgConf

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

sudo yum -y install perl-PkgConfig-LibPkgConf

How To Uninstall perl-PkgConfig-LibPkgConf on Fedora 36

To uninstall only the perl-PkgConfig-LibPkgConf package we can use the following command:

sudo dnf remove perl-PkgConfig-LibPkgConf

perl-PkgConfig-LibPkgConf Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/6a8e99d08e8dcf6c43a69bd739ffbb5d7e592a
/usr/lib64/perl5/vendor_perl/PkgConfig
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf.pm
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf/Client.pm
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf/Fragment.pm
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf/Package.pm
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf/Test.pm
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf/Util.pm
/usr/lib64/perl5/vendor_perl/PkgConfig/LibPkgConf/XS.pm
/usr/lib64/perl5/vendor_perl/auto/PkgConfig
/usr/lib64/perl5/vendor_perl/auto/PkgConfig/LibPkgConf
/usr/lib64/perl5/vendor_perl/auto/PkgConfig/LibPkgConf/LibPkgConf.so
/usr/share/doc/perl-PkgConfig-LibPkgConf
/usr/share/doc/perl-PkgConfig-LibPkgConf/Changes
/usr/share/doc/perl-PkgConfig-LibPkgConf/README
/usr/share/licenses/perl-PkgConfig-LibPkgConf
/usr/share/licenses/perl-PkgConfig-LibPkgConf/LICENSE
/usr/share/man/man3/PkgConfig::LibPkgConf.3pm.gz
/usr/share/man/man3/PkgConfig::LibPkgConf::Client.3pm.gz
/usr/share/man/man3/PkgConfig::LibPkgConf::Fragment.3pm.gz
/usr/share/man/man3/PkgConfig::LibPkgConf::Package.3pm.gz
/usr/share/man/man3/PkgConfig::LibPkgConf::Util.3pm.gz

References

Summary

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