How to Install and Uninstall pkg-config Package on openSUSE Leap

Last updated: May 13,2024

1. Install "pkg-config" package

Please follow the guidelines below to install pkg-config on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install pkg-config

2. Uninstall "pkg-config" package

This tutorial shows how to uninstall pkg-config on openSUSE Leap:

$ sudo zypper remove pkg-config

3. Information about the pkg-config package on openSUSE Leap

Information for package pkg-config:
-----------------------------------
Repository : Main Repository
Name : pkg-config
Version : 0.29.2-1.436
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 675.4 KiB
Installed : No
Status : not installed
Source package : pkg-config-0.29.2-1.436.src
Upstream URL : http://pkgconfig.freedesktop.org/
Summary : A library management system
Description :
The pkg-config program is used to retrieve information about installed
libraries in the system. It is typically used to compile and link
against one or more libraries.