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

Last updated: May 17,2024

1. Install "python3-jellyfish" package

Please follow the guidelines below to install python3-jellyfish on Kali Linux

$ sudo apt update $ sudo apt install python3-jellyfish

2. Uninstall "python3-jellyfish" package

This tutorial shows how to uninstall python3-jellyfish on Kali Linux:

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

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

Package: python3-jellyfish
Source: python-jellyfish
Version: 0.10.0-3
Installed-Size: 119
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Suggests: python-jellyfish-doc
Size: 23416
SHA256: 747bd497b612cb7543084990df8e2d4ecb0d7ce3f7aef047553d40532dfbfa75
SHA1: 141d84eb7c1727a5d0e747c6e4de7436ff2dbae2
MD5sum: 698776a9ff3ae5ab4137f07dc11eb229
Description: Library for approximate and phonetic matching of strings (Python 3)
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, Hamming
Distance) and phonetic encoding (American Soundex, Metaphone, NYSIIS,
Match Rating Codex).
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/jamesturk/jellyfish
Section: python
Priority: optional
Filename: pool/main/p/python-jellyfish/python3-jellyfish_0.10.0-3_amd64.deb