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

Last updated: October 04,2024

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

Please follow the steps below to install python3-django-appconf.noarch on AlmaLinux 9

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

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

Here is a brief guide to show you how to uninstall python3-django-appconf.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:11:58 ago on Wed Mar 13 07:41:12 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.