How to Install and Uninstall python3-pkgconfig.noarch Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "python3-pkgconfig.noarch" package

This is a short guide on how to install python3-pkgconfig.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-pkgconfig.noarch

2. Uninstall "python3-pkgconfig.noarch" package

Please follow the step by step instructions below to uninstall python3-pkgconfig.noarch on AlmaLinux 9:

$ sudo dnf remove python3-pkgconfig.noarch $ sudo dnf autoremove

3. Information about the python3-pkgconfig.noarch package on AlmaLinux 9

Last metadata expiration check: 1:06:43 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-pkgconfig
Version : 1.5.5
Release : 2.el9
Architecture : noarch
Size : 19 k
Source : python-pkgconfig-1.5.5-2.el9.src.rpm
Repository : epel
Summary : Python3 interface to the pkg-config command line tool
URL : https://github.com/matze/pkgconfig
License : MIT
Description : pkgconfig is a Python module to interface with the pkg-config command line
: tool and supports Python 2.6+.
:
: It can be used to
:
: * check if a package exists
: * check if a package meets certain version requirements
: * query CFLAGS and LDFLAGS
: * parse the output to build extensions with setup.py
:
: If pkg-config is not on the path, raises EnvironmentError.
:
: Python 3 version.