How to Install and Uninstall python3-cppy.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

1. Install "python3-cppy.noarch" package

Please follow the step by step instructions below to install python3-cppy.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-cppy.noarch" package

Please follow the guidelines below to uninstall python3-cppy.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-cppy.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:05:50 ago on Mon Feb 26 07:04:30 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.