How to Install and Uninstall python3-django-haystack Package on Kali Linux

Last updated: November 26,2024

1. Install "python3-django-haystack" package

Please follow the steps below to install python3-django-haystack on Kali Linux

$ sudo apt update $ sudo apt install python3-django-haystack

2. Uninstall "python3-django-haystack" package

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

$ sudo apt remove python3-django-haystack $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-haystack package on Kali Linux

Package: python3-django-haystack
Source: django-haystack
Version: 3.2.1-1
Installed-Size: 602
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-pkg-resources, python3:any
Suggests: python3-elasticsearch, python3-httplib2, python3-whoosh
Size: 150572
SHA256: 5784bbee1e12e211509e1d59b1fa27e0f4a34caf74652d283932930e765ae1be
SHA1: e0559975f7467ebc6ae31469f3b4c92cc8e8cb24
MD5sum: ee6208d356d593c5dfdf899f4487c9b9
Description: modular search for Django (Python version)
Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr,
Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
.
It plays nicely with third-party app without needing to modify the source and
supports advanced features like faceting, More Like This, highlighting, spatial
search and spelling suggestions.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/toastdriven/django-haystack
Section: python
Priority: optional
Filename: pool/main/d/django-haystack/python3-django-haystack_3.2.1-1_all.deb