How to Install and Uninstall python36-pybind11 Package on openSuSE Tumbleweed

Last updated: April 20,2024

1. Install "python36-pybind11" package

Please follow the steps below to install python36-pybind11 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pybind11

2. Uninstall "python36-pybind11" package

This guide let you learn how to uninstall python36-pybind11 on openSuSE Tumbleweed:

$ sudo zypper remove python36-pybind11

3. Information about the python36-pybind11 package on openSuSE Tumbleweed

Information for package python36-pybind11:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pybind11
Version : 2.8.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 215,4 KiB
Installed : No
Status : not installed
Source package : python-pybind11-2.8.1-1.1.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.