How to Install and Uninstall python3-pybind11 Package on openSUSE Leap

Last updated: May 04,2024

1. Install "python3-pybind11" package

Please follow the steps below to install python3-pybind11 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pybind11

2. Uninstall "python3-pybind11" package

Please follow the guidelines below to uninstall python3-pybind11 on openSUSE Leap:

$ sudo zypper remove python3-pybind11

3. Information about the python3-pybind11 package on openSUSE Leap

Information for package python3-pybind11:
-----------------------------------------
Repository : Main Repository
Name : python3-pybind11
Version : 2.9.2-bp155.2.15
Arch : noarch
Vendor : openSUSE
Installed Size : 226.9 KiB
Installed : No
Status : not installed
Source package : python-pybind11-2.9.2-bp155.2.15.src
Upstream URL : https://github.com/pybind/pybind11
Summary : Module for operability between C++11 and Python
Description :
pybind11 is a header-only library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++
code. It can reduce boilerplate code in traditional extension modules
by inferring type information using compile-time introspection.