How to Install and Uninstall perl-Module-Build-Using-PkgConfig Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Module-Build-Using-PkgConfig" package

Please follow the guidelines below to install perl-Module-Build-Using-PkgConfig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Module-Build-Using-PkgConfig

2. Uninstall "perl-Module-Build-Using-PkgConfig" package

Please follow the steps below to uninstall perl-Module-Build-Using-PkgConfig on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Build-Using-PkgConfig

3. Information about the perl-Module-Build-Using-PkgConfig package on openSuSE Tumbleweed

Information for package perl-Module-Build-Using-PkgConfig:
----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Module-Build-Using-PkgConfig
Version : 0.03-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 39.5 KiB
Installed : No
Status : not installed
Source package : perl-Module-Build-Using-PkgConfig-0.03-1.16.src
Upstream URL : https://metacpan.org/release/Module-Build-Using-PkgConfig
Summary : Extend Module::Build to more easily use platform libraries provided by pkg-config
Description :
This subclass of Module::Build provides some handy methods to assist the
_Build.PL_ script of XS-based module distributions that make use of
platform libraries managed by _pkg-config_.
As well as supporting libraries installed on a platform-wide basis and thus
visible to _pkg-config_ itself, this subclass also assists with
'Alien::'-based wrappers of these system libraries, allowing them to be
dynamically installed at build time if the platform does not provide them.