How To Install perl-Alien-pkgconf on Fedora 36
Introduction
In this tutorial we learn how to install perl-Alien-pkgconf on Fedora 36.
What is perl-Alien-pkgconf
This Perl module provides you with the information that you need to invoke pkgconf or link against libpkgconf. It isn’t intended to be used directly, but rather to provide the necessary package by a CPAN module that needs libpkgconf, such as PkgConfig
We can use yum or dnf to install perl-Alien-pkgconf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Alien-pkgconf.
Install perl-Alien-pkgconf 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-Alien-pkgconf using dnf by running the following command:
sudo dnf -y install perl-Alien-pkgconf
Install perl-Alien-pkgconf 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-Alien-pkgconf using yum by running the following command:
sudo yum -y install perl-Alien-pkgconf
How To Uninstall perl-Alien-pkgconf on Fedora 36
To uninstall only the perl-Alien-pkgconf package we can use the following command:
sudo dnf remove perl-Alien-pkgconf
perl-Alien-pkgconf Package Contents on Fedora 36
/usr/lib64/perl5/vendor_perl/Alien
/usr/lib64/perl5/vendor_perl/Alien/pkgconf.pm
/usr/lib64/perl5/vendor_perl/auto/Alien
/usr/lib64/perl5/vendor_perl/auto/Alien/pkgconf
/usr/lib64/perl5/vendor_perl/auto/Alien/pkgconf/pkgconf.txt
/usr/lib64/perl5/vendor_perl/auto/share
/usr/lib64/perl5/vendor_perl/auto/share/dist
/usr/lib64/perl5/vendor_perl/auto/share/dist/Alien-pkgconf
/usr/lib64/perl5/vendor_perl/auto/share/dist/Alien-pkgconf/status.json
/usr/share/doc/perl-Alien-pkgconf
/usr/share/doc/perl-Alien-pkgconf/Changes
/usr/share/doc/perl-Alien-pkgconf/README
/usr/share/licenses/perl-Alien-pkgconf
/usr/share/licenses/perl-Alien-pkgconf/LICENSE
/usr/share/man/man3/Alien::pkgconf.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Alien-pkgconf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).