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

Last updated: January 12,2025

1. Install "python-django-downloadview" package

This guide let you learn how to install python-django-downloadview on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-downloadview" package

In this section, we are going to explain the necessary steps to uninstall python-django-downloadview on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-downloadview
Priority: optional
Section: universe/python
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-downloadview
Version: 1.8-1
Depends: python-django, python-pkg-resources, python-requests, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-downloadview/python-django-downloadview_1.8-1_all.deb
Size: 20722
MD5sum: edf010756a543e99ec063c237331e037
SHA1: 4d88ffc8663c8c64fba5bbe2d999775979d03467
SHA256: 7374231d97e4553417e047f7993d67cba8424525b18bf64c89803ef5649b1f96
Description-en: efficient static file serving with Django
django-downloadview makes it easy to serve files with Django:
.
* manage files with Django (permissions, filters, generation, ...);
* files are stored somewhere or generated somehow (local filesystem,
remote storage, memory...);
* django-downloadview helps to stream the files with very little
code;
* django-downloadview helps to improve performances with reverse
proxies, via mechanisms such as Nginx’s X-Accel or Apache’s
X-Sendfile.
Description-md5: 65dd52b0bd50cb1130a6560437d50aa3
Homepage: https://github.com/benoitbryon/django-downloadview
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu