How to Install and Uninstall perl-ExtUtils-PkgConfig.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "perl-ExtUtils-PkgConfig.noarch" package

Please follow the guidance below to install perl-ExtUtils-PkgConfig.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-ExtUtils-PkgConfig.noarch

2. Uninstall "perl-ExtUtils-PkgConfig.noarch" package

Learn how to uninstall perl-ExtUtils-PkgConfig.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-ExtUtils-PkgConfig.noarch $ sudo dnf autoremove

3. Information about the perl-ExtUtils-PkgConfig.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:00:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-ExtUtils-PkgConfig
Version : 1.16
Release : 16.el9
Architecture : noarch
Size : 17 k
Source : perl-ExtUtils-PkgConfig-1.16-16.el9.src.rpm
Repository : epel
Summary : Simplistic interface to pkg-config
URL : https://metacpan.org/release/ExtUtils-PkgConfig
License : LGPLv2+
Description : The pkg-config program retrieves information about installed libraries,
: usually for the purposes of compiling against and linking to them.
:
: ExtUtils::PkgConfig is a very simplistic interface to this utility,
: intended for use in the Makefile.PL of perl extensions that bind
: libraries that pkg-config knows. It is really just boilerplate code
: that you would've written yourself.