How to Install and Uninstall python-lunr-doc Package on Kali Linux

Last updated: May 03,2024

1. Install "python-lunr-doc" package

In this section, we are going to explain the necessary steps to install python-lunr-doc on Kali Linux

$ sudo apt update $ sudo apt install python-lunr-doc

2. Uninstall "python-lunr-doc" package

In this section, we are going to explain the necessary steps to uninstall python-lunr-doc on Kali Linux:

$ sudo apt remove python-lunr-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-lunr-doc package on Kali Linux

Package: python-lunr-doc
Source: python-lunr
Version: 0.7.0-1
Installed-Size: 214
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 34424
SHA256: a9a4e0377cd37e882faa7a6f0501d9a395b4f6fbec7883a4c869b2cfb905a3be
SHA1: d100344f05ecfb934864e55f5a562c8eafd13c67
MD5sum: 793443c0650c6e3bce62c181058e28a7
Description: Python implementation of Lunr.js (Documentation)
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 installs the documentation for the library.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/yeraydiazdiaz/lunr.py
Section: doc
Priority: optional
Filename: pool/main/p/python-lunr/python-lunr-doc_0.7.0-1_all.deb