How to Install and Uninstall python3-cppy.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-cppy.noarch" package

Please follow the guidelines below to install python3-cppy.noarch on Oracle Linux 9

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

2. Uninstall "python3-cppy.noarch" package

Please follow the steps below to uninstall python3-cppy.noarch on Oracle Linux 9:

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

3. Information about the python3-cppy.noarch package on Oracle Linux 9

Last metadata expiration check: 2:17:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-cppy
Version : 1.2.0
Release : 1.el9
Architecture : noarch
Size : 17 k
Source : python-cppy-1.2.0-1.el9.src.rpm
Repository : epel
Summary : C++ headers for C extension development
URL : https://github.com/nucleic/cppy
License : BSD
Description : A small C++ header library which makes it easier to write Python extension
: modules. The primary feature is a PyObject smart pointer which automatically
: handles reference counting and provides convenience methods for performing
: common object operations.