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

Last updated: September 28,2024

1. Install "python3-pycxx-devel.noarch" package

Learn how to install python3-pycxx-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pycxx-devel.noarch

2. Uninstall "python3-pycxx-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pycxx-devel.noarch on Fedora 34:

$ sudo dnf remove python3-pycxx-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:25:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pycxx-devel
Version : 7.1.4
Release : 4.fc34
Architecture : noarch
Size : 66 k
Source : python-pycxx-7.1.4-4.fc34.src.rpm
Repository : fedora
Summary : PyCXX header and source files
URL : http://CXX.sourceforge.net/
License : BSD
Description : PyCXX is a set of classes to help create extensions of Python in the
: C++ language. The first part encapsulates the Python C API taking care
: of exceptions and ref counting. The second part supports the building
: of Python extension modules in C++.
:
: The python3-pycxx-devel package provides the header and source files
: for Python 3. There is no non-devel package needed.