How to Install and Uninstall perl-ExtUtils-PkgConfig Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "perl-ExtUtils-PkgConfig" package

This guide let you learn how to install perl-ExtUtils-PkgConfig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-ExtUtils-PkgConfig

2. Uninstall "perl-ExtUtils-PkgConfig" package

Please follow the instructions below to uninstall perl-ExtUtils-PkgConfig on openSuSE Tumbleweed:

$ sudo zypper remove perl-ExtUtils-PkgConfig

3. Information about the perl-ExtUtils-PkgConfig package on openSuSE Tumbleweed

Information for package perl-ExtUtils-PkgConfig:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-ExtUtils-PkgConfig
Version : 1.160000-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 18.9 KiB
Installed : No
Status : not installed
Source package : perl-ExtUtils-PkgConfig-1.160000-1.26.src
Upstream URL : http://search.cpan.org/dist/ExtUtils-PkgConfig/
Summary : Simplistic Interface to Pkg-Config
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 which bind libraries
that pkg-config knows. It is really just boilerplate code that you would've
written yourself.