How to Install and Uninstall python3-django-filter Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-django-filter" package

Please follow the instructions below to install python3-django-filter on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-django-filter

2. Uninstall "python3-django-filter" package

Please follow the guidelines below to uninstall python3-django-filter on openSUSE Leap:

$ sudo zypper remove python3-django-filter

3. Information about the python3-django-filter package on openSUSE Leap

Information for package python3-django-filter:
----------------------------------------------
Repository : Main Repository
Name : python3-django-filter
Version : 2.3.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 388.6 KiB
Installed : No
Status : not installed
Source package : python-django-filter-2.3.0-bp155.2.11.src
Upstream URL : https://github.com/carltongibson/django-filter
Summary : Reusable Django app to allow users to filter queryset dynamically
Description :
Django-filter is a reusable Django application for allowing users to filter queryset dynamically. It
requires Python 2.7 or higher. For usage and installation instructions, consult the docs directory.