How to Install and Uninstall python311-pybind11 Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-pybind11" package
Learn how to install python311-pybind11 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pybind11
Copied
2. Uninstall "python311-pybind11" package
This is a short guide on how to uninstall python311-pybind11 on openSUSE Leap:
$
sudo zypper remove
python311-pybind11
Copied
3. Information about the python311-pybind11 package on openSUSE Leap
Information for package python311-pybind11:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pybind11
Version : 2.10.4-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 219.0 KiB
Installed : No
Status : not installed
Source package : python-pybind11-2.10.4-150400.9.3.9.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 : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pybind11
Version : 2.10.4-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 219.0 KiB
Installed : No
Status : not installed
Source package : python-pybind11-2.10.4-150400.9.3.9.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.