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

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install python3-django-appconf.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall python3-django-appconf.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:58:26 ago on Thu Feb 15 07:50:05 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.