How to Install and Uninstall python3-thefuzz Package on Kali Linux

Last updated: June 23,2024

1. Install "python3-thefuzz" package

In this section, we are going to explain the necessary steps to install python3-thefuzz on Kali Linux

$ sudo apt update $ sudo apt install python3-thefuzz

2. Uninstall "python3-thefuzz" package

In this section, we are going to explain the necessary steps to uninstall python3-thefuzz on Kali Linux:

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

3. Information about the python3-thefuzz package on Kali Linux

Package: python3-thefuzz
Source: thefuzz
Version: 0.19.0-2
Installed-Size: 66
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 18560
SHA256: 6e9328f4be9822d8daa58be78c49852a719148352c328b807a0a8ae27ceb52f4
SHA1: 78c6e668dd41f858dd4a26bb205be1255ff38eb6
MD5sum: 083d2048f084a755165c3ea7222a1a85
Description: 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 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.
Description-md5:
Homepage: https://github.com/seatgeek/thefuzz
Section: python
Priority: optional
Filename: pool/main/t/thefuzz/python3-thefuzz_0.19.0-2_all.deb