How to Install and Uninstall python3-django-configurations.noarch Package on Rocky Linux 9

Last updated: May 20,2024

1. Install "python3-django-configurations.noarch" package

Learn how to install python3-django-configurations.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-django-configurations.noarch

2. Uninstall "python3-django-configurations.noarch" package

Please follow the instructions below to uninstall python3-django-configurations.noarch on Rocky Linux 9:

$ sudo dnf remove python3-django-configurations.noarch $ sudo dnf autoremove

3. Information about the python3-django-configurations.noarch package on Rocky Linux 9

Last metadata expiration check: 0:19:38 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-django-configurations
Version : 2.5
Release : 1.el9
Architecture : noarch
Size : 38 k
Source : python-django-configurations-2.5-1.el9.src.rpm
Repository : epel
Summary : A helper for organizing Django settings
URL : https://django-configurations.readthedocs.io/
License : BSD-3-Clause
Description : django-configurations eases Django project configuration by relying on the
: composability of Python classes. It extends the notion of Django's module
: based settings loading with well established object oriented programming
: patterns.