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

Last updated: May 18,2024

1. Install "python3-django-filters" package

Here is a brief guide to show you how to install python3-django-filters on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-filters" package

This guide covers the steps necessary to uninstall python3-django-filters on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-filters
Priority: optional
Section: universe/python
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Brian May
Architecture: all
Source: django-filter
Version: 0.11.0-2
Depends: python3:any (>= 3.3.2-2~), python3-django (>= 1.4.5)
Suggests: python-django-filters-doc
Filename: pool/universe/d/django-filter/python3-django-filters_0.11.0-2_all.deb
Size: 15600
MD5sum: 957fe867c2f0a3dcf1e5eca1f3778697
SHA1: b4c5a3c4588e23b97b94cc80e5ed05b0f9c5720d
SHA256: 5cbb4dff1c3c07aac6a49ce86bc2e658cbe2f3905d061983e9483cb9c84b2fa4
Description-en: filter Django QuerySets based on user selections
Django-filter is a generic, reusable application to alleviate some of the more
mundane bits of view code. Specifically allowing the users to filter down a
queryset based on a model’s fields and displaying the form to let them do this.
Description-md5: dfbb8a57e8b099f3ace19c94901d0269
Homepage: http://github.com/alex/django-filter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu