How to Install and Uninstall python3-jellyfish.noarch Package on Fedora 39

Last updated: January 08,2025

1. Install "python3-jellyfish.noarch" package

This guide covers the steps necessary to install python3-jellyfish.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-jellyfish.noarch

2. Uninstall "python3-jellyfish.noarch" package

Please follow the steps below to uninstall python3-jellyfish.noarch on Fedora 39:

$ sudo dnf remove python3-jellyfish.noarch $ sudo dnf autoremove

3. Information about the python3-jellyfish.noarch package on Fedora 39

Last metadata expiration check: 2:37:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-jellyfish
Version : 0.9.1
Release : 4.fc39
Architecture : noarch
Size : 45 k
Source : python-jellyfish-0.9.1-4.fc39.src.rpm
Repository : fedora
Summary : A python library for doing approximate and phonetic matching of strings
URL : https://github.com/jamesturk/jellyfish
License : BSD
Description : Jellyfish does approximate and phonetic string matching. It
: includes the following string comparison algorithms:
: Levenshtein Distance, Damerau-Levenshtein Distance,
: Jaro Distance, Jaro-Winkler Distance, Match Rating Approach
: Comparison and Hamming Distance
:
: And the following phonetic encodings:
: American Soundex, Metaphone, NYSIIS (New York State Identification
: and Intelligence System), Match Rating Codex
:
: Python 3 Version.