How to Install and Uninstall perl-PkgConfig-LibPkgConf.x86_64 Package on Fedora 39

Last updated: January 13,2025

1. Install "perl-PkgConfig-LibPkgConf.x86_64" package

In this section, we are going to explain the necessary steps to install perl-PkgConfig-LibPkgConf.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-PkgConfig-LibPkgConf.x86_64

2. Uninstall "perl-PkgConfig-LibPkgConf.x86_64" package

Please follow the guidance below to uninstall perl-PkgConfig-LibPkgConf.x86_64 on Fedora 39:

$ sudo dnf remove perl-PkgConfig-LibPkgConf.x86_64 $ sudo dnf autoremove

3. Information about the perl-PkgConfig-LibPkgConf.x86_64 package on Fedora 39

Last metadata expiration check: 1:49:47 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-PkgConfig-LibPkgConf
Version : 0.11
Release : 15.fc39
Architecture : x86_64
Size : 50 k
Source : perl-PkgConfig-LibPkgConf-0.11-15.fc39.src.rpm
Repository : fedora
Summary : Interface to pkg-config files via libpkgconf
URL : https://metacpan.org/release/PkgConfig-LibPkgConf
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : 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.