How to Install and Uninstall pkgconfig.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "pkgconfig.x86_64" package

Please follow the guidance below to install pkgconfig.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install pkgconfig.x86_64

2. Uninstall "pkgconfig.x86_64" package

Please follow the steps below to uninstall pkgconfig.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove pkgconfig.x86_64 $ sudo yum autoremove

3. Information about the pkgconfig.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : pkgconfig
Arch : x86_64
Epoch : 1
Version : 0.27.1
Release : 4.el7
Size : 103 k
Repo : installed
From repo : anaconda
Summary : A tool for determining compilation options
URL : http://pkgconfig.freedesktop.org
License : GPLv2+
Description : The pkgconfig tool determines compilation options. For each
: required library, it reads the configuration file and outputs the
: necessary compiler and linker flags.