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

Last updated: November 07,2024

1. Install "python3-django-haystack" package

In this section, we are going to explain the necessary steps to install python3-django-haystack on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-haystack" package

Please follow the guidelines below to uninstall python3-django-haystack on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-django, python3:any (>= 3.3.2-2~)
Suggests: python3-elasticsearch, python3-httplib2, python3-whoosh
Filename: pool/universe/d/django-haystack/python3-django-haystack_2.4.1-1_all.deb
Size: 62784
MD5sum: 1b5eb07ba23f711814f88bdaea9443a1
SHA1: 77560456c8348f489b9dca524ed266fa1980bbec
SHA256: 6a19b6ed517bd7125e150afaa760301e3935f1da482c471726624d65554ceaca
Description-en: modular search for Django (Python3 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: 9b06ae90f057b3250ff0b8a6f5eb0e8e
Homepage: https://github.com/toastdriven/django-haystack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu