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

Last updated: July 06,2024

1. Install "python3-appconf" package

In this section, we are going to explain the necessary steps to install python3-appconf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-appconf

2. Uninstall "python3-appconf" package

Learn how to uninstall python3-appconf on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-appconf
Priority: extra
Section: universe/python
Installed-Size: 9
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-django-appconf
Version: 1.0.1-4
Depends: python3-django-appconf
Filename: pool/universe/p/python-django-appconf/python3-appconf_1.0.1-4_all.deb
Size: 2114
MD5sum: aac3f1f9c7697460c52f472898020291
SHA1: 6985876ffe685512fc550d5a21fb8dc6db8a0ad2
SHA256: 13835b77532e8f34b88df09a1900379e14cdec4f4bc1f5612713257886742da8
Description-en: helper class handling configuration defaults of apps - 3.x transition package
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 is a transitional package to upgrade to python3-django-appconf, and it is
safe to remove.
Description-md5: bddded79767d57aa9e701aca32943bc2
Homepage: https://github.com/jezdez-archive/django-appconf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu