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

Last updated: June 29,2024

1. Install "python-django-filters" package

In this section, we are going to explain the necessary steps to install python-django-filters on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-filters" package

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

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

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

Package: python-django-filters
Priority: optional
Section: universe/python
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Brian May
Architecture: all
Source: django-filter
Version: 0.11.0-2
Replaces: django-filter (<< 0.6), python-django-filter (<< 0.6-2)
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-django (>= 1.4.5)
Suggests: python-django-filters-doc
Breaks: django-filter (<< 0.6), python-django-filter (<< 0.6-2)
Filename: pool/universe/d/django-filter/python-django-filters_0.11.0-2_all.deb
Size: 15822
MD5sum: e34b857b4853c1e7727b90c829f612b6
SHA1: e31541b0fb3c0fbccaa075fd328736131589da23
SHA256: 10cf0b533179670b5be8a1e9c864791cc49b2da91e74eff20cc487f35e3eb675
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