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

Last updated: July 04,2024

1. Install "python3-cppy.noarch" package

Please follow the guidance below to install python3-cppy.noarch on AlmaLinux 9

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

2. Uninstall "python3-cppy.noarch" package

This is a short guide on how to uninstall python3-cppy.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:08:52 ago on Wed Mar 13 07:41:12 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.