How to Install and Uninstall python-django-haystack Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-django-haystack" package

Please follow the instructions below to install python-django-haystack on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-haystack" package

This is a short guide on how to uninstall python-django-haystack on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-django-haystack package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-haystack
Priority: optional
Section: universe/python
Installed-Size: 365
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-haystack
Version: 2.4.1-1
Depends: python-django (>= 1.5), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-elasticsearch, python-httplib2, python-pysolr (>= 3.2.0), python-whoosh
Filename: pool/universe/d/django-haystack/python-django-haystack_2.4.1-1_all.deb
Size: 62702
MD5sum: 122f871e669fd5224ab5e86897faa1a0
SHA1: a33411002ed161797d18c0537315ca7f095241a4
SHA256: 199ca1dabf72810f96229f0b0502e725cbba1f05b9cf108e7dffe2eb550030b6
Description-en: modular search for Django
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.
Description-md5: 6d542e07b11378d49b798ae5daffd7fd
Homepage: https://github.com/toastdriven/django-haystack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu