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

Last updated: May 19,2024

1. Install "python2-pybind11" package

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

$ sudo zypper refresh $ sudo zypper install python2-pybind11

2. Uninstall "python2-pybind11" package

Please follow the step by step instructions below to uninstall python2-pybind11 on openSUSE Leap:

$ sudo zypper remove python2-pybind11

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

Information for package python2-pybind11:
-----------------------------------------
Repository : Main Repository
Name : python2-pybind11
Version : 2.4.3-bp153.1.25
Arch : noarch
Vendor : openSUSE
Installed Size : 15,9 KiB
Installed : No
Status : not installed
Source package : python-pybind11-2.4.3-bp153.1.25.src
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.