How to Install and Uninstall python310-jellyfish Package on openSuSE Tumbleweed

Last updated: July 09,2024

1. Install "python310-jellyfish" package

This guide let you learn how to install python310-jellyfish on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-jellyfish

2. Uninstall "python310-jellyfish" package

In this section, we are going to explain the necessary steps to uninstall python310-jellyfish on openSuSE Tumbleweed:

$ sudo zypper remove python310-jellyfish

3. Information about the python310-jellyfish package on openSuSE Tumbleweed

Information for package python310-jellyfish:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-jellyfish
Version : 1.0.3-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 691.4 KiB
Installed : No
Status : not installed
Source package : python-jellyfish-1.0.3-1.1.src
Upstream URL : http://github.com/jamesturk/jellyfish
Summary : A library for doing approximate and phonetic matching of strings
Description :
Jellyfish is a python library for doing approximate and phonetic
matching of strings.
Includes algorithms for string comparison: Levenshtein Distance,
Damerau-Levenshtein Distance, Jaro Distance, Jaro-Winkler Distance,
Match Rating Approach Comparison and Hamming Distance.
And algorithms for phonetic encoding: American Soundex, Metaphone,
NYSIIS (New York State Identification and Intelligence System) and
Match Rating Codex.