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

Last updated: September 30,2024

1. Install "python3-cppy.noarch" package

This guide covers the steps necessary to install python3-cppy.noarch on Fedora 34

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

2. Uninstall "python3-cppy.noarch" package

This guide let you learn how to uninstall python3-cppy.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:53:03 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-cppy
Version : 1.2.0
Release : 1.fc34
Architecture : noarch
Size : 16 k
Source : python-cppy-1.2.0-1.fc34.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.