How to Install and Uninstall python3-django-haystack.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "python3-django-haystack.noarch" package

This is a short guide on how to install python3-django-haystack.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-django-haystack.noarch

2. Uninstall "python3-django-haystack.noarch" package

This guide let you learn how to uninstall python3-django-haystack.noarch on Fedora 36:

$ sudo dnf remove python3-django-haystack.noarch $ sudo dnf autoremove

3. Information about the python3-django-haystack.noarch package on Fedora 36

Last metadata expiration check: 0:52:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-django-haystack
Version : 3.0
Release : 0.1.b2.fc36.6
Architecture : noarch
Size : 197 k
Source : python-django-haystack-3.0-0.1.b2.fc36.6.src.rpm
Repository : fedora
Summary : Haystack provides modular search for Django - Python 3 version
URL : http://haystacksearch.org/
License : BSD
Description : 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.
:
: Haystack is BSD licensed, 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.
:
: You can find more information at http://haystacksearch.org/.
:
: This package provides Python 3 build of django-haystack.