How to Install and Uninstall python3-django-haystack.noarch Package on Rocky Linux 9

Last updated: October 06,2024

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

Please follow the steps below to install python3-django-haystack.noarch on Rocky Linux 9

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

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

Please follow the guidelines below to uninstall python3-django-haystack.noarch on Rocky Linux 9:

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

3. Information about the python3-django-haystack.noarch package on Rocky Linux 9

Last metadata expiration check: 2:11:02 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-django-haystack
Version : 3.2.1
Release : 1.el9
Architecture : noarch
Size : 199 k
Source : python-django-haystack-3.2.1-1.el9.src.rpm
Repository : epel
Summary : Haystack provides modular search for Django - Python 3 version
URL : http://haystacksearch.org/
License : BSD-3-Clause
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.