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

Last updated: May 21,2024

1. Install "python3-djangorestframework-haystack" package

This guide covers the steps necessary to install python3-djangorestframework-haystack on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-djangorestframework-haystack" package

This guide let you learn how to uninstall python3-djangorestframework-haystack on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-djangorestframework-haystack
Priority: optional
Section: universe/python
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: drf-haystack
Version: 1.5.6-1
Depends: python3-django, python3-django-haystack, python3-djangorestframework, python3-dateutil, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/drf-haystack/python3-djangorestframework-haystack_1.5.6-1_all.deb
Size: 15056
MD5sum: 3ed42d38beac14f2d395eec7af62127f
SHA1: c2904d66d52ca59ff9232a188206e407b8caf684
SHA256: 854fc964e9cc08009edb12dbd21aed6dd60cef097e691455f2ce27e2de053338
Description-en: Haystack for Django REST Framework (Python3 version)
A small library which tries to simplify integration of Haystack with Django
REST Framework. Contains a Generic ViewSet, a Serializer and a couple of
Filters in order to make search as painless as possible.
.
It supports several haystack features:
* Autocomplete
* GEO Spatial searching
* Highlighting
* More Like This
.
This package contains the Python 3 version of the library.
Description-md5: 2c9ce0b9ccba39b24eb2d0bcf23ae04f
Homepage: https://github.com/inonit/drf-haystack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu