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

Last updated: May 16,2024

1. Install "python3-levenshtein" package

Please follow the steps below to install python3-levenshtein on Kali Linux

$ sudo apt update $ sudo apt install python3-levenshtein

2. Uninstall "python3-levenshtein" package

This guide covers the steps necessary to uninstall python3-levenshtein on Kali Linux:

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

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

Package: python3-levenshtein
Source: python-levenshtein (0.12.2-2)
Version: 0.12.2-2+b5
Installed-Size: 213
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.14)
Size: 44816
SHA256: 4c1dc750b05d670ee3ac4c7d2f6151a461417f1ff8a65b59c6cff5a40e83bf35
SHA1: d0ddb7ba7c375177d1bba09b8dfab38b1b8cde30
MD5sum: 6755e42c80a770e42842db5a9dc46490
Description: extension for computing string similarities and edit distances (Python 3)
The Levenshtein module computes Levenshtein distances, similarity ratios,
generalized medians and set medians of Unicode or non-Unicode strings.
Because it's implemented in C, it's much faster than the corresponding
Python library functions and methods.
.
The Levenshtein distance is the minimum number of single-character
insertions, deletions, and substitutions to transform one string into
another.
.
It is useful for spell checking, or fuzzy matching of gettext messages.
.
This package contains Levenshtein for Python 3.
Description-md5:
Homepage: https://github.com/ztane/python-Levenshtein
Section: python
Priority: optional
Filename: pool/main/p/python-levenshtein/python3-levenshtein_0.12.2-2+b5_amd64.deb