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

Last updated: May 18,2024

1. Install "python3-hnswlib" package

This is a short guide on how to install python3-hnswlib on Kali Linux

$ sudo apt update $ sudo apt install python3-hnswlib

2. Uninstall "python3-hnswlib" package

In this section, we are going to explain the necessary steps to uninstall python3-hnswlib on Kali Linux:

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

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

Package: python3-hnswlib
Source: hnswlib
Version: 0.8.0-1
Installed-Size: 828
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), python3 (<< 3.13), python3 (>= 3.11~), python3-numpy, python3-pybind11
Size: 224216
SHA256: b9dd4d6f48eeca7ef2052b3bd2231264dd1038a162ea7d0f40cb9ced597cb950
SHA1: d5da313404faefe43fa1c7b8f6d4e07d4a0340d7
MD5sum: 1116b063c9c305fc238ed7654d96265f
Description: Python bindings for hnswlib: fast approximate nearest neighbor search
A common task in data analysis but also in scientific computations
is to find data that is very close (multi-dimensional space) or
similar (same thing) to a given data point. Also as heuristics for
physics engines, it is the objects closest to you that you are
most likely to collide with. This library knows how to do this
fast.
.
This package provides a module for Python3 to the C implementation.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/nmslib/hnswlib
Section: python
Priority: optional
Filename: pool/main/h/hnswlib/python3-hnswlib_0.8.0-1_amd64.deb