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

Last updated: May 20,2024

1. Install "python3-lunr" package

Please follow the guidance below to install python3-lunr on Kali Linux

$ sudo apt update $ sudo apt install python3-lunr

2. Uninstall "python3-lunr" package

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

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

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

Package: python3-lunr
Source: python-lunr
Version: 0.7.0-1
Installed-Size: 130
Maintainer: Debian Python Team
Architecture: all
Depends: python3-nltk, python3-importlib-metadata | python3-supported-min (>> 3.8), python3-typing-extensions | python3-supported-min (>> 3.8), python3:any
Suggests: python-lunr-doc
Size: 28024
SHA256: 8a956a99562a0344012debbbb53ea7db1b4e16d83c86bf402156dc08425e38e7
SHA1: 7d5002bbff658544aa77446b0a66b2ff0274cbac
MD5sum: ed74f5d30142824c392a28634af3bc16
Description: Python implementation of Lunr.js (Python3 version)
This package includes the Python version of Lunr.js aims to bring the simple
and powerful full text search capabilities into Python guaranteeing results as
close as the original implementation as possible.
.
Lunr is a simple full text search solution for situations where deploying a
full scale solution like Elasticsearch isn't possible, viable or you're simply
prototyping. Lunr parses a set of documents and creates an inverted index for
quick full text searches in the same way other more complicated solution.
.
The trade-off is that Lunr keeps the inverted index in memory and requires you
to recreate or read the index at the start of your application.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/yeraydiazdiaz/lunr.py
Section: python
Priority: optional
Filename: pool/main/p/python-lunr/python3-lunr_0.7.0-1_all.deb