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

Last updated: May 13,2024

1. Install "python3-ahocorasick" package

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

$ sudo apt update $ sudo apt install python3-ahocorasick

2. Uninstall "python3-ahocorasick" package

Please follow the guidelines below to uninstall python3-ahocorasick on Kali Linux:

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

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

Package: python3-ahocorasick
Source: python-pyahocorasick (1.4.1-1)
Version: 1.4.1-1+b6
Installed-Size: 163
Maintainer: Jelmer Vernooij
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.14)
Size: 37928
SHA256: 0299e095146b3695590cb3b200b53a18528fcdc5f0d11afb1100a232e0c636f4
SHA1: d17238ee087c5e82d6a39c9ee59ce548333a4a5c
MD5sum: 8c1f7663598fa93eedfd32b755c3bd1b
Description: Python module implementing the aho-corasick algorithm
A fast and memory efficient library for exact or approximate multi-pattern
string search meaning that you can find multiple key strings occurrences at
once in some input text. The library provides an `ahocorasick` Python module
that can be used as a plain dict-like Trie or convert a Trie to an automaton
for efficient Aho-Corasick search.
Description-md5:
Homepage: https://github.com/WojciechMula/pyahocorasick
Section: python
Priority: optional
Filename: pool/main/p/python-pyahocorasick/python3-ahocorasick_1.4.1-1+b6_amd64.deb