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

Last updated: May 18,2024

1. Install "python3-fuzzywuzzy" package

Please follow the step by step instructions below to install python3-fuzzywuzzy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-fuzzywuzzy

2. Uninstall "python3-fuzzywuzzy" package

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

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

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

Package: python3-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
Depends: python3-levenshtein (>= 0.12), python3:any (>= 3.3.2-2~)
Filename: pool/universe/f/fuzzywuzzy/python3-fuzzywuzzy_0.10.0-1_all.deb
Size: 10696
MD5sum: 1a66e56a8159c65f771d80862b5c19d2
SHA1: f5f5a24dee4f58c5b727b3a8569ed7d9e683d9bd
SHA256: dcc85146942fd7506e469955923a12ab99f8133d1e4a0892d23b74f633a55a14
Description-en: Fuzzy string matching in Python (Python 3 version)
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.
.
This package contains fuzzywuzzy for Python 3.
Description-md5: 367264a9d4ec84ab39196cdd6df2ed15
Homepage: https://github.com/seatgeek/fuzzywuzzy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu