How to Install and Uninstall python3-cppy.noarch Package on Fedora 36

Last updated: November 25,2024

1. Install "python3-cppy.noarch" package

Here is a brief guide to show you how to install python3-cppy.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the python3-cppy.noarch package on Fedora 36

Last metadata expiration check: 5:19:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-cppy
Version : 1.2.0
Release : 1.fc36
Architecture : noarch
Size : 16 k
Source : python-cppy-1.2.0-1.fc36.src.rpm
Repository : fedora
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.