How to Install and Uninstall python3-pybind11 Package on Kali Linux

Last updated: May 03,2024

1. Install "python3-pybind11" package

Learn how to install python3-pybind11 on Kali Linux

$ sudo apt update $ sudo apt install python3-pybind11

2. Uninstall "python3-pybind11" package

Please follow the step by step instructions below to uninstall python3-pybind11 on Kali Linux:

$ sudo apt remove python3-pybind11 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pybind11 package on Kali Linux

Package: python3-pybind11
Source: pybind11
Version: 2.11.1-2
Installed-Size: 922
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3:any, pybind11-dev (= 2.11.1-2)
Recommends: python3-numpy
Size: 201368
SHA256: e80fcb615676ce0c72c8a22e830382f4edbba318d44230707a2432232843697c
SHA1: 450be99deb8c4d9c00e73ed2b79a5adf52c0606a
MD5sum: 499ec45bcf5d42e9f12563e8b08d0265
Description: pybind11 helper module for Python 3
pybind11 is a lightweight header library that exposes C++ types in
Python and vice versa, mainly to create Python bindings of existing C++
code. Its goals and syntax are similar to the excellent Boost.Python
library by David Abrahams: to minimize boilerplate code in traditional
extension modules by inferring type information using compile-time
introspection.
.
This package provides pybind11 for Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/pybind/pybind11
Section: python
Priority: optional
Filename: pool/main/p/pybind11/python3-pybind11_2.11.1-2_all.deb