How to Install and Uninstall pkgconf.i686 Package on CentOS Stream 8

Last updated: June 29,2024

1. Install "pkgconf.i686" package

Please follow the instructions below to install pkgconf.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install pkgconf.i686

2. Uninstall "pkgconf.i686" package

Please follow the instructions below to uninstall pkgconf.i686 on CentOS Stream 8:

$ sudo dnf remove pkgconf.i686 $ sudo dnf autoremove

3. Information about the pkgconf.i686 package on CentOS Stream 8

Last metadata expiration check: 3:17:07 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : pkgconf
Version : 1.4.2
Release : 1.el8
Architecture : i686
Size : 38 k
Source : pkgconf-1.4.2-1.el8.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.