How to Install and Uninstall pythoncapi-compat-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "pythoncapi-compat-devel.noarch" package

In this section, we are going to explain the necessary steps to install pythoncapi-compat-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install pythoncapi-compat-devel.noarch

2. Uninstall "pythoncapi-compat-devel.noarch" package

This guide let you learn how to uninstall pythoncapi-compat-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove pythoncapi-compat-devel.noarch $ sudo dnf autoremove

3. Information about the pythoncapi-compat-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:34:59 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : pythoncapi-compat-devel
Version : 0^20231214gitdeb6f40
Release : 1.el9
Architecture : noarch
Size : 17 k
Source : pythoncapi-compat-0^20231214gitdeb6f40-1.el9.src.rpm
Repository : epel
Summary : Python C API compatibility
URL : https://github.com/python/pythoncapi-compat
License : 0BSD
Description : The pythoncapi-compat project can be used to write a C or C++ extension
: supporting a wide range of Python versions with a single code base. It is made
: of the pythoncapi_compat.h header file and the upgrade_pythoncapi.py script.
:
: This package provides the compatibility header library pythoncapi_compat.h.