How To Install python-django-filter-doc on Fedora 36

In this tutorial we learn how to install python-django-filter-doc in Fedora 36. python-django-filter-doc is django-filter documentation

Introduction

In this tutorial we learn how to install python-django-filter-doc on Fedora 36.

What is python-django-filter-doc

Documentation for django-filter

We can use yum or dnf to install python-django-filter-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-django-filter-doc.

Install python-django-filter-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python-django-filter-doc using dnf by running the following command:

sudo dnf -y install python-django-filter-doc

Install python-django-filter-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-django-filter-doc using yum by running the following command:

sudo yum -y install python-django-filter-doc

How To Uninstall python-django-filter-doc on Fedora 36

To uninstall only the python-django-filter-doc package we can use the following command:

sudo dnf remove python-django-filter-doc

python-django-filter-doc Package Contents on Fedora 36

/usr/share/doc/python-django-filter-doc
/usr/share/doc/python-django-filter-doc/html
/usr/share/doc/python-django-filter-doc/html/_images
/usr/share/doc/python-django-filter-doc/html/_images/form.png
/usr/share/doc/python-django-filter-doc/html/_sources
/usr/share/doc/python-django-filter-doc/html/_sources/dev
/usr/share/doc/python-django-filter-doc/html/_sources/dev/tests.txt
/usr/share/doc/python-django-filter-doc/html/_sources/guide
/usr/share/doc/python-django-filter-doc/html/_sources/guide/install.txt
/usr/share/doc/python-django-filter-doc/html/_sources/guide/migration.txt
/usr/share/doc/python-django-filter-doc/html/_sources/guide/rest_framework.txt
/usr/share/doc/python-django-filter-doc/html/_sources/guide/tips.txt
/usr/share/doc/python-django-filter-doc/html/_sources/guide/usage.txt
/usr/share/doc/python-django-filter-doc/html/_sources/index.txt
/usr/share/doc/python-django-filter-doc/html/_sources/ref
/usr/share/doc/python-django-filter-doc/html/_sources/ref/fields.txt
/usr/share/doc/python-django-filter-doc/html/_sources/ref/filters.txt
/usr/share/doc/python-django-filter-doc/html/_sources/ref/filterset.txt
/usr/share/doc/python-django-filter-doc/html/_sources/ref/settings.txt
/usr/share/doc/python-django-filter-doc/html/_sources/ref/widgets.txt
/usr/share/doc/python-django-filter-doc/html/_static
/usr/share/doc/python-django-filter-doc/html/_static/basic.css
/usr/share/doc/python-django-filter-doc/html/_static/css
/usr/share/doc/python-django-filter-doc/html/_static/css/badge_only.css
/usr/share/doc/python-django-filter-doc/html/_static/css/theme.css
/usr/share/doc/python-django-filter-doc/html/_static/doctools.js
/usr/share/doc/python-django-filter-doc/html/_static/documentation_options.js
/usr/share/doc/python-django-filter-doc/html/_static/file.png
/usr/share/doc/python-django-filter-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-django-filter-doc/html/_static/jquery.js
/usr/share/doc/python-django-filter-doc/html/_static/js
/usr/share/doc/python-django-filter-doc/html/_static/js/badge_only.js
/usr/share/doc/python-django-filter-doc/html/_static/js/theme.js
/usr/share/doc/python-django-filter-doc/html/_static/language_data.js
/usr/share/doc/python-django-filter-doc/html/_static/minus.png
/usr/share/doc/python-django-filter-doc/html/_static/plus.png
/usr/share/doc/python-django-filter-doc/html/_static/pygments.css
/usr/share/doc/python-django-filter-doc/html/_static/searchtools.js
/usr/share/doc/python-django-filter-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-django-filter-doc/html/_static/underscore.js
/usr/share/doc/python-django-filter-doc/html/dev
/usr/share/doc/python-django-filter-doc/html/dev/tests.html
/usr/share/doc/python-django-filter-doc/html/genindex.html
/usr/share/doc/python-django-filter-doc/html/guide
/usr/share/doc/python-django-filter-doc/html/guide/install.html
/usr/share/doc/python-django-filter-doc/html/guide/migration.html
/usr/share/doc/python-django-filter-doc/html/guide/rest_framework.html
/usr/share/doc/python-django-filter-doc/html/guide/tips.html
/usr/share/doc/python-django-filter-doc/html/guide/usage.html
/usr/share/doc/python-django-filter-doc/html/index.html
/usr/share/doc/python-django-filter-doc/html/objects.inv
/usr/share/doc/python-django-filter-doc/html/ref
/usr/share/doc/python-django-filter-doc/html/ref/fields.html
/usr/share/doc/python-django-filter-doc/html/ref/filters.html
/usr/share/doc/python-django-filter-doc/html/ref/filterset.html
/usr/share/doc/python-django-filter-doc/html/ref/settings.html
/usr/share/doc/python-django-filter-doc/html/ref/widgets.html
/usr/share/doc/python-django-filter-doc/html/search.html
/usr/share/doc/python-django-filter-doc/html/searchindex.js
/usr/share/licenses/python-django-filter-doc
/usr/share/licenses/python-django-filter-doc/LICENSE

References

Summary

In this tutorial we learn how to install python-django-filter-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).