How to Install and Uninstall pkgconf.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "pkgconf.x86_64" package

In this section, we are going to explain the necessary steps to install pkgconf.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install pkgconf.x86_64

2. Uninstall "pkgconf.x86_64" package

Here is a brief guide to show you how to uninstall pkgconf.x86_64 on Rocky Linux 9:

$ sudo dnf remove pkgconf.x86_64 $ sudo dnf autoremove

3. Information about the pkgconf.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:34:44 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : pkgconf
Version : 1.7.3
Release : 10.el9
Architecture : x86_64
Size : 40 k
Source : pkgconf-1.7.3-10.el9.src.rpm
Repository : baseos
Summary : Package compiler and linker metadata toolkit
URL : http://pkgconf.org/
License : ISC
Description : pkgconf is a program which helps to configure compiler and linker flags
: for development frameworks. It is similar to pkg-config from freedesktop.org
: and handles .pc files in a similar manner as pkg-config.