How to Install and Uninstall pkgconf.src Package on Oracle Linux 8

Last updated: November 13,2024

1. Install "pkgconf.src" package

Please follow the guidelines below to install pkgconf.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install pkgconf.src

2. Uninstall "pkgconf.src" package

This guide covers the steps necessary to uninstall pkgconf.src on Oracle Linux 8:

$ sudo dnf remove pkgconf.src $ sudo dnf autoremove

3. Information about the pkgconf.src package on Oracle Linux 8

Last metadata expiration check: 7:04:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pkgconf
Version : 1.4.2
Release : 1.el8
Architecture : src
Size : 293 k
Source : None
Repository : ol8_baseos_latest
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.