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

Last updated: May 10,2024

1. Install "pybind11-dev" package

Please follow the steps below to install pybind11-dev on Kali Linux

$ sudo apt update $ sudo apt install pybind11-dev

2. Uninstall "pybind11-dev" package

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

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

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

Package: pybind11-dev
Source: pybind11
Version: 2.11.1-2
Installed-Size: 872
Maintainer: Debian Science Maintainers
Architecture: all
Depends: libpython3-dev
Recommends: libeigen3-dev
Suggests: pybind11-doc
Size: 191336
SHA256: 99593d3c8935c335d082de7e05e27e9c10ed0761d153a9812da195ea84348555
SHA1: a67f2c98daf62b270c47eb169e2510552de9ef5c
MD5sum: 7a557c9e2df21b691b19d5c8278b4d67
Description: seamless operability between C++11 and Python
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 the header-only library.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/pybind/pybind11
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/pybind11/pybind11-dev_2.11.1-2_all.deb