How to Install and Uninstall python3-django-appconf.noarch Package on CentOS Stream 9

Last updated: October 09,2024

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

Please follow the instructions below to install python3-django-appconf.noarch on CentOS Stream 9

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

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

Please follow the guidelines below to uninstall python3-django-appconf.noarch on CentOS Stream 9:

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

3. Information about the python3-django-appconf.noarch package on CentOS Stream 9

Last metadata expiration check: 2:07:45 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-django-appconf
Version : 1.0.6
Release : 1.el9
Architecture : noarch
Size : 158 k
Source : python-django-appconf-1.0.6-1.el9.src.rpm
Repository : epel
Summary : An app to handle configuration defaults of packaged Django apps gracefully
URL : http://pypi.python.org/pypi/django-appconf/
License : BSD-3-Clause
Description : A helper class for handling configuration defaults of packaged Django apps
: gracefully.
:
: Note:
: This app precedes Django's own AppConfig classes that act as "objects [to] store
: metadata for an application" inside Django's app loading mechanism. In other
: words, they solve a related but different use case than django-appconf and can't
: easily be used as a replacement. The similarity in name is purely coincidental.