How to Install and Uninstall python3-django-appconf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-django-appconf" package

This tutorial shows how to install python3-django-appconf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-appconf

2. Uninstall "python3-django-appconf" package

This is a short guide on how to uninstall python3-django-appconf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-appconf $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-appconf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-django-appconf
Priority: extra
Section: universe/python
Installed-Size: 33
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-django-appconf
Version: 1.0.1-4
Replaces: python3-appconf (<< 1.0.1-3~)
Provides: python3-appconf
Depends: python3-django, python3-six, python3:any (>= 3.3.2-2~)
Suggests: python-django-appconf-doc
Breaks: python3-appconf (<< 1.0.1-3~)
Filename: pool/universe/p/python-django-appconf/python3-django-appconf_1.0.1-4_all.deb
Size: 6900
MD5sum: 2cdee03a7cce5bb39d3e3d14e2e390de
SHA1: 7ef2c2266f467f8931c8cbae430669ca0eddc435
SHA256: 05d563dc505eaea6e2c97b323130da8451b50aa7e719b967183df8b85d71bba9
Description-en: helper class handling configuration defaults of apps - Python 3.x
Say you have an app with a few defaults, which you want to refer to in the
app's code without repeating yourself all the time. Django-appconf provides
a simple helper class to implement those defaults.
.
This package provides the Python 3.x module.
Description-md5: bc208a78c4e4020e9f7cfd3e5f23b232
Homepage: https://github.com/jezdez-archive/django-appconf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu