How to Install and Uninstall python3.11-pybind11-devel.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "python3.11-pybind11-devel.i686" package

This guide let you learn how to install python3.11-pybind11-devel.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3.11-pybind11-devel.i686" package

Please follow the guidelines below to uninstall python3.11-pybind11-devel.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3.11-pybind11-devel.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:40:12 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-pybind11-devel
Version : 2.10.3
Release : 2.el8
Architecture : i686
Size : 179 k
Source : python3.11-pybind11-2.10.3-2.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
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.