How to Install and Uninstall python310-pybind11 Package on openSuSE Tumbleweed
Last updated: November 14,2024
1. Install "python310-pybind11" package
In this section, we are going to explain the necessary steps to install python310-pybind11 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-pybind11
Copied
2. Uninstall "python310-pybind11" package
Please follow the steps below to uninstall python310-pybind11 on openSuSE Tumbleweed:
$
sudo zypper remove
python310-pybind11
Copied
3. Information about the python310-pybind11 package on openSuSE Tumbleweed
Information for package python310-pybind11:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pybind11
Version : 2.11.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 181.4 KiB
Installed : No
Status : not installed
Source package : python-pybind11-2.11.1-1.4.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.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pybind11
Version : 2.11.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 181.4 KiB
Installed : No
Status : not installed
Source package : python-pybind11-2.11.1-1.4.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.