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

Last updated: October 07,2024

1. Install "python3-cppy.noarch" package

This guide let you learn how to install python3-cppy.noarch on Fedora 39

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

2. Uninstall "python3-cppy.noarch" package

This tutorial shows how to uninstall python3-cppy.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:08:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-cppy
Version : 1.2.1
Release : 6.fc39
Architecture : noarch
Size : 17 k
Source : python-cppy-1.2.1-6.fc39.src.rpm
Repository : fedora
Summary : C++ headers for C extension development
URL : https://github.com/nucleic/cppy
License : BSD-3-Clause
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.