How to Install and Uninstall pythoncapi-compat-tools.noarch Package on Oracle Linux 9

Last updated: October 07,2024

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

This guide covers the steps necessary to install pythoncapi-compat-tools.noarch on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall pythoncapi-compat-tools.noarch on Oracle Linux 9:

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

3. Information about the pythoncapi-compat-tools.noarch package on Oracle Linux 9

Last metadata expiration check: 3:18:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pythoncapi-compat-tools
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 command-line tool upgrade_pythoncapi.py.