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

Last updated: July 08,2024

1. Install "python3-fuzzywuzzy" package

This tutorial shows how to install python3-fuzzywuzzy on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-fuzzywuzzy

2. Uninstall "python3-fuzzywuzzy" package

Here is a brief guide to show you how to uninstall python3-fuzzywuzzy on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-fuzzywuzzy
Architecture: all
Version: 0.18.0-2
Priority: optional
Section: universe/python
Source: fuzzywuzzy
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 66
Depends: python3-levenshtein (>= 0.12), python3:any
Filename: pool/universe/f/fuzzywuzzy/python3-fuzzywuzzy_0.18.0-2_all.deb
Size: 12460
MD5sum: 05bfe7c3f4d6c280d7b907853428beb9
SHA1: ac0a21db216fd808634f6fc7408f36c6b1d27f86
SHA256: 2eefa1a8f5602bf1b599f9395ef1f5607748d87683c869b45c9939a2864a931b
SHA512: b9fd63ed5a8edf9b8b1294d600398a9be2db93e16d3f68a00a17a1982b0c83be4653e7edddd4f1c71073cce0f09d82794b039d11d34a1e3361fafd34c050e634
Homepage: https://github.com/seatgeek/fuzzywuzzy
Description-en: Python 3 module for fuzzy string matching
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 set: A slightly more flexible approach. Tokenize both strings, but
instead of immediately sorting and comparing, split the tokens into two
groups: intersection and remainder.
.
This package contains fuzzywuzzy for Python 3.
Description-md5: 79bef7f68df0f885de741eb7f93a3f3f