How to Install and Uninstall python3-levenshtein Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-levenshtein" package

This is a short guide on how to install python3-levenshtein on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-levenshtein

2. Uninstall "python3-levenshtein" package

Please follow the guidance below to uninstall python3-levenshtein on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-levenshtein package on Ubuntu 21.10 (Impish Indri)

Package: python3-levenshtein
Architecture: amd64
Version: 0.12.2-1build1
Priority: optional
Section: universe/python
Source: python-levenshtein
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 136
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-pkg-resources, python3:any, libc6 (>= 2.14)
Filename: pool/universe/p/python-levenshtein/python3-levenshtein_0.12.2-1build1_amd64.deb
Size: 38128
MD5sum: d5b3113884d91c18c419053397e74ec3
SHA1: a50fcc932aa804b35f11ca459b2df59d8f035821
SHA256: ab50a5ea0dac6a595ad6b6aeba99fd997ac4c49efe8442853095d00ec8448f44
SHA512: a88956611700c7eaee122afa96bae56d5419b62dcd0af269ab21564361705bde8064c4322cac1b16b6f33b960064ce5820adf8562d6a3c26118aac08012c0357
Homepage: https://github.com/ztane/python-Levenshtein
Description-en: 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: eda62cb06c8caf5471ddacff49ef0854