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

Last updated: June 17,2024

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

This guide covers the steps necessary to install perl-PkgConfig-LibPkgConf.x86_64 on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-PkgConfig-LibPkgConf.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:47:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-PkgConfig-LibPkgConf
Version : 0.11
Release : 4.fc34
Architecture : x86_64
Size : 52 k
Source : perl-PkgConfig-LibPkgConf-0.11-4.fc34.src.rpm
Repository : fedora
Summary : Interface to pkg-config files via libpkgconf
URL : https://metacpan.org/release/PkgConfig-LibPkgConf
License : GPL+ or Artistic
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.