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

Last updated: October 05,2024

1. Install "pybind11-devel.i686" package

In this section, we are going to explain the necessary steps to install pybind11-devel.i686 on Fedora 34

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

2. Uninstall "pybind11-devel.i686" package

This tutorial shows how to uninstall pybind11-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 2:04:53 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : pybind11-devel
Version : 2.6.2
Release : 1.fc34
Architecture : i686
Size : 144 k
Source : pybind11-2.6.2-1.fc34.src.rpm
Repository : fedora
Summary : Development headers for pybind11
URL : https://github.com/pybind/pybind11
License : BSD
Description :
: pybind11 is a lightweight header-only library that exposes C++ types
: in Python and vice versa, mainly to create Python bindings of existing
: C++ code.
:
: This package contains the development headers for pybind11.