How to Install and Uninstall python3-django-crispy-forms.noarch Package on CentOS 8 / RHEL 8

Last updated: October 07,2024

1. Install "python3-django-crispy-forms.noarch" package

This is a short guide on how to install python3-django-crispy-forms.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-django-crispy-forms.noarch

2. Uninstall "python3-django-crispy-forms.noarch" package

This guide covers the steps necessary to uninstall python3-django-crispy-forms.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-django-crispy-forms.noarch $ sudo dnf autoremove

3. Information about the python3-django-crispy-forms.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:50:16 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-django-crispy-forms
Version : 1.11.2
Release : 1.el8
Architecture : noarch
Size : 136 k
Source : python-django-crispy-forms-1.11.2-1.el8.src.rpm
Repository : epel
Summary : Best way to have Django DRY forms - Python 3 version
URL : http://pypi.python.org/pypi/django-crispy-forms/1.11.2
License : MIT
Description : The best way to have Django DRY forms. Build programmatic reusable layouts out
: of components, having full control of the rendered HTML without writing HTML in
: templates. All this without breaking the standard way of doing things in Django,
: so it plays nice with any other form application.