How to Install and Uninstall python3-django-crispy-forms.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

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

Learn how to install python3-django-crispy-forms.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the instructions below to uninstall python3-django-crispy-forms.noarch on Red Hat Enterprise Linux 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 Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:20:59 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-django-crispy-forms
Version : 1.13.0
Release : 1.el8
Architecture : noarch
Size : 143 k
Source : python-django-crispy-forms-1.13.0-1.el8.src.rpm
Repository : epel
Summary : Best way to have Django DRY forms - Python 3 version
URL : https://github.com/django-crispy-forms/django-crispy-forms
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.