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

Last updated: May 07,2024

1. Install "python-fuzzywuzzy" package

This guide covers the steps necessary to install python-fuzzywuzzy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-fuzzywuzzy

2. Uninstall "python-fuzzywuzzy" package

This guide let you learn how to uninstall python-fuzzywuzzy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-fuzzywuzzy $ sudo apt autoclean && sudo apt autoremove

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

Package: python-fuzzywuzzy
Priority: optional
Section: universe/python
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: fuzzywuzzy
Version: 0.10.0-1
Provides: python2.7-fuzzywuzzy
Depends: python-levenshtein (>= 0.12), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/f/fuzzywuzzy/python-fuzzywuzzy_0.10.0-1_all.deb
Size: 10592
MD5sum: 961f10023e5877f9db09e673ec490326
SHA1: 2f269922e786c97f0c0c969b603d6cc3cad375f8
SHA256: 0990e0d9ebc76ffa87893a017a613448901afdb051a119a138577e14f1de1a5c
Description-en: Fuzzy string matching in Python
Various methods for fuzzy matching of strings in Python, including:
.
- String similarity: Gives a measure of string similarity between 0 and 100.
- Partial string similarity: Inconsistent substrings are a common problem
when string matching. To get around it, use a "best partial" heuristic
when two strings are of noticeably different lengths.
- Token sort: This approach involves tokenizing the string in question,
sorting the tokens alphabetically, and then joining them back into a
string.
- Token sort: A slightly more flexible approach. Tokenize both strings, but
instead of immediately sorting and comparing, split the tokens into two
groups: intersection and remainder.
Description-md5: d5fb9e2720643c204db33f596609d3dc
Homepage: https://github.com/seatgeek/fuzzywuzzy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu