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

Last updated: July 23,2024

1. Install "python3-devel.i686" package

This tutorial shows how to install python3-devel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-devel.i686

2. Uninstall "python3-devel.i686" package

Please follow the steps below to uninstall python3-devel.i686 on Fedora 34:

$ sudo dnf remove python3-devel.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:13:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-devel
Version : 3.9.13
Release : 1.fc34
Architecture : i686
Size : 205 k
Source : python3.9-3.9.13-1.fc34.src.rpm
Repository : updates
Summary : Libraries and header files needed for Python development
URL : https://www.python.org/
License : Python
Description : This package contains the header files and configuration needed to compile
: Python extension modules (typically written in C or C++), to embed Python
: into other programs, and to make binary distributions for Python libraries.
:
: It also contains the necessary macros to build RPM packages with Python modules
: and 2to3 tool, an automatic source converter from Python 2.X.