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

Last updated: September 20,2024

1. Install "python3-django-uwsgi" package

Please follow the steps below to install python3-django-uwsgi on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-uwsgi" package

Please follow the guidance below to uninstall python3-django-uwsgi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-uwsgi
Priority: optional
Section: universe/python
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-uwsgi
Version: 0.1.3-2
Depends: python3-django, uwsgi-plugin-python3, python3:any (>= 3.4~)
Filename: pool/universe/d/django-uwsgi/python3-django-uwsgi_0.1.3-2_all.deb
Size: 13930
MD5sum: 86982b13c90a3502bd92da922706cf1a
SHA1: 7bc325557c17fbc38442a897007fa988a7a72c1d
SHA256: cd9b14faf9d2bed32eb20b332ecf20da69c53348ff6b4ea58e176452bc3edf30
Description-en: uWSGI related tools for Django (Python3 version)
django-uwsgi provides several features for Django projects deployed to uWSGI:
.
* Admin page with uWSGI stats (options to reload/stop uWSGI, clear uWSGI
cache)
* uWSGI Cache Backend for Django
* uWSGI Email Backend for Django(send emails via uWSGI's spooler)
* Debug Panel for django-debug-toolbar (offers same functions as admin page)
* Django template loader for embedded into uWSGI files
* Django Management Command runuwsgi (with live autoreload when DEBUG is True)
* uWSGI config generator
* Django CBV Mixins based on uWSGI decorators
.
This package contains the Python 3 version of the library.
Description-md5: 17370b22f11b45f13b30637a8230b2f5
Enhances: python3-django-debug-toolbar
Homepage: https://github.com/unbit/django-uwsgi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu