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

Last updated: November 23,2024

1. Install "python39-jellyfish" package

Here is a brief guide to show you how to install python39-jellyfish on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-jellyfish

2. Uninstall "python39-jellyfish" package

This guide let you learn how to uninstall python39-jellyfish on openSuSE Tumbleweed:

$ sudo zypper remove python39-jellyfish

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

Information for package python39-jellyfish:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.