How to Install and Uninstall python3-levenshtein Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "python3-levenshtein" package

Here is a brief guide to show you how to install python3-levenshtein on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-levenshtein

2. Uninstall "python3-levenshtein" package

This guide covers the steps necessary to uninstall python3-levenshtein on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-levenshtein package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-levenshtein
Priority: optional
Section: universe/python
Installed-Size: 103
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Source: python-levenshtein
Version: 0.12.0-2build1
Depends: libc6 (>= 2.14), python3 (<< 3.6), python3 (>= 3.5~), python3-pkg-resources
Filename: pool/universe/p/python-levenshtein/python3-levenshtein_0.12.0-2build1_amd64.deb
Size: 33120
MD5sum: fdc70e0ba899f469665b27bbc47f0ac3
SHA1: 291be879a45d60c9c40b33966df380df5ec1f072
SHA256: 28c228737bae3e26c0e28849ca994d439c827d325e2e7593c8db51a03d145b03
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
Homepage: https://github.com/ztane/python-Levenshtein
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m