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

Last updated: May 17,2024

1. Install "python-django-uwsgi" package

Learn how to install python-django-uwsgi on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-uwsgi" package

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

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

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

Package: python-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: python-django, uwsgi-plugin-python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-uwsgi/python-django-uwsgi_0.1.3-2_all.deb
Size: 13830
MD5sum: fd5bee705f97208694eae105730238d6
SHA1: 25a8f0d749291ac1fba0e875c30dc49cb181d81c
SHA256: 0e00b14aceb5ef99a01de7890f05eb2fea476ba4af7f4535843351697e153c0c
Description-en: uWSGI related tools for Django
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
Description-md5: 71c701e29f616b735275dabd4406f3ed
Enhances: python-django-debug-toolbar
Homepage: https://github.com/unbit/django-uwsgi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu