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

Last updated: May 11,2024

1. Install "python3-cppy.noarch" package

Please follow the step by step instructions below to install python3-cppy.noarch on Fedora 35

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

2. Uninstall "python3-cppy.noarch" package

Here is a brief guide to show you how to uninstall python3-cppy.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:07:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-cppy
Version : 1.2.0
Release : 1.fc35
Architecture : noarch
Size : 16 k
Source : python-cppy-1.2.0-1.fc35.src.rpm
Repository : updates
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.