How To Install python3-django-contact-form on Fedora 36

In this tutorial we learn how to install python3-django-contact-form in Fedora 36. python3-django-contact-form is An extensible contact-form application for Django

Introduction

In this tutorial we learn how to install python3-django-contact-form on Fedora 36.

What is python3-django-contact-form

An extensible contact-form application for Django

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

Install python3-django-contact-form 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 python3-django-contact-form using dnf by running the following command:

sudo dnf -y install python3-django-contact-form

Install python3-django-contact-form 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 python3-django-contact-form using yum by running the following command:

sudo yum -y install python3-django-contact-form

How To Uninstall python3-django-contact-form on Fedora 36

To uninstall only the python3-django-contact-form package we can use the following command:

sudo dnf remove python3-django-contact-form

python3-django-contact-form Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/contact_form
/usr/lib/python3.10/site-packages/contact_form/__init__.py
/usr/lib/python3.10/site-packages/contact_form/__pycache__
/usr/lib/python3.10/site-packages/contact_form/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/akismet_urls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/akismet_urls.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/forms.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/forms.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/runtests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/runtests.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/urls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/urls.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/views.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/__pycache__/views.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/akismet_urls.py
/usr/lib/python3.10/site-packages/contact_form/forms.py
/usr/lib/python3.10/site-packages/contact_form/runtests.py
/usr/lib/python3.10/site-packages/contact_form/tests
/usr/lib/python3.10/site-packages/contact_form/tests/__init__.py
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/test_forms.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/test_forms.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/test_urls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/test_urls.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/test_views.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/__pycache__/test_views.cpython-310.pyc
/usr/lib/python3.10/site-packages/contact_form/tests/test_forms.py
/usr/lib/python3.10/site-packages/contact_form/tests/test_urls.py
/usr/lib/python3.10/site-packages/contact_form/tests/test_views.py
/usr/lib/python3.10/site-packages/contact_form/urls.py
/usr/lib/python3.10/site-packages/contact_form/views.py
/usr/lib/python3.10/site-packages/django_contact_form-1.4.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/django_contact_form-1.4.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/django_contact_form-1.4.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/django_contact_form-1.4.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/django_contact_form-1.4.2-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/django_contact_form-1.4.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/django_contact_form-1.4.2-py3.10.egg-info/top_level.txt
/usr/share/doc/python3-django-contact-form
/usr/share/doc/python3-django-contact-form/LICENSE
/usr/share/doc/python3-django-contact-form/README.rst
/usr/share/doc/python3-django-contact-form/docs
/usr/share/doc/python3-django-contact-form/docs/Makefile
/usr/share/doc/python3-django-contact-form/docs/conf.py
/usr/share/doc/python3-django-contact-form/docs/faq.rst
/usr/share/doc/python3-django-contact-form/docs/forms.rst
/usr/share/doc/python3-django-contact-form/docs/index.rst
/usr/share/doc/python3-django-contact-form/docs/install.rst
/usr/share/doc/python3-django-contact-form/docs/make.bat
/usr/share/doc/python3-django-contact-form/docs/quickstart.rst
/usr/share/doc/python3-django-contact-form/docs/views.rst

References

Summary

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