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

Last updated: October 10,2024

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

In this section, we are going to explain the necessary steps to install pythoncapi-compat-doc.noarch on Oracle Linux 9

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

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

This guide let you learn how to uninstall pythoncapi-compat-doc.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:30:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pythoncapi-compat-doc
Version : 0^20231214gitdeb6f40
Release : 1.el9
Architecture : noarch
Size : 19 k
Source : pythoncapi-compat-0^20231214gitdeb6f40-1.el9.src.rpm
Repository : epel
Summary : Documentation for pythoncapi-compat
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.