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

Last updated: November 23,2024

1. Install "perl-ExtUtils-PkgConfig" package

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

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

2. Uninstall "perl-ExtUtils-PkgConfig" package

Please follow the guidance below to uninstall perl-ExtUtils-PkgConfig on openSUSE Leap:

$ sudo zypper remove perl-ExtUtils-PkgConfig

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

Information for package perl-ExtUtils-PkgConfig:
------------------------------------------------
Repository : Main Repository
Name : perl-ExtUtils-PkgConfig
Version : 1.160000-150400.1.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 19.1 KiB
Installed : No
Status : not installed
Source package : perl-ExtUtils-PkgConfig-1.160000-150400.1.5.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.