How to Install and Uninstall perl-PkgConfig Package on openSUSE Leap

Last updated: June 26,2024

1. Install "perl-PkgConfig" package

Please follow the guidance below to install perl-PkgConfig on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-PkgConfig

2. Uninstall "perl-PkgConfig" package

This guide let you learn how to uninstall perl-PkgConfig on openSUSE Leap:

$ sudo zypper remove perl-PkgConfig

3. Information about the perl-PkgConfig package on openSUSE Leap

Information for package perl-PkgConfig:
---------------------------------------
Repository : Main Repository
Name : perl-PkgConfig
Version : 0.25026-bp155.1.26
Arch : x86_64
Vendor : openSUSE
Installed Size : 190.9 KiB
Installed : No
Status : not installed
Source package : perl-PkgConfig-0.25026-bp155.1.26.src
Upstream URL : https://metacpan.org/release/PkgConfig
Summary : Pure-Perl Core-Only replacement for pkg-config
Description :
'PkgConfig' provides a pure-perl, core-only replacement for the
'pkg-config' utility.
This is not a description of the uses of 'pkg-config' but rather a
description of the differences between the C version and the Perl one.
While 'pkg-config' is a compiled binary linked with glib, the pure-perl
version has no such requirement, and will run wherever Perl ( >= 5.6 )
does.
The main supported options are the common '--libs', '--cflags', '--static',
'--exists' and '--modversion'.