How to Install and Uninstall python3-jellyfish Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-jellyfish" package

Please follow the steps below to install python3-jellyfish on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jellyfish

2. Uninstall "python3-jellyfish" package

Please follow the guidelines below to uninstall python3-jellyfish on openSUSE Leap:

$ sudo zypper remove python3-jellyfish

3. Information about the python3-jellyfish package on openSUSE Leap

Information for package python3-jellyfish:
------------------------------------------
Repository : Main Repository
Name : python3-jellyfish
Version : 0.7.2-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 103.3 KiB
Installed : No
Status : not installed
Source package : python-jellyfish-0.7.2-bp155.2.13.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.