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

Last updated: May 19,2024

1. Install "python-levenshtein-dbg" package

Learn how to install python-levenshtein-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-levenshtein-dbg

2. Uninstall "python-levenshtein-dbg" package

Learn how to uninstall python-levenshtein-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-levenshtein-dbg $ sudo apt autoclean && sudo apt autoremove

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

Package: python-levenshtein-dbg
Priority: extra
Section: universe/debug
Installed-Size: 365
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Source: python-levenshtein
Version: 0.12.0-2build1
Depends: python-levenshtein (= 0.12.0-2build1), libc6 (>= 2.14), python-dbg (<< 2.8), python-dbg (>= 2.7~)
Filename: pool/universe/p/python-levenshtein/python-levenshtein-dbg_0.12.0-2build1_amd64.deb
Size: 89426
MD5sum: f783d1a9c8945f3e287ccc9d4403c44b
SHA1: 7302f0ecbd5edc73af8409cc67230b2da69f11a8
SHA256: 7e37e2dda4470b3c3a5a7f6e734cdd028f9383154bb7c3b3cff0f018a489e8be
Description-en: extension for computing string similarities and edit distances(debug extension)
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 the extensions built for the Python debug interpreter.
Description-md5: 1a268fa9d7ad6277ddc2f486dd1f616c
Homepage: https://github.com/ztane/python-Levenshtein
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m