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

Last updated: May 17,2024

1. Install "python3-django-downloadview" package

This is a short guide on how to install python3-django-downloadview on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-downloadview" package

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

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

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

Package: python3-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: python3-django, python3-pkg-resources, python3-requests, python3-six, python3:any (>= 3.4~)
Filename: pool/universe/d/django-downloadview/python3-django-downloadview_1.8-1_all.deb
Size: 20890
MD5sum: 31c0158ecda07d0895cc575c03e30d94
SHA1: 1b2ee9e21e3a83871cd713e67564051cad0238f5
SHA256: 077a9a1f82fd2b83c68c1c50d4fdd10628287152b8657bea3781893c64bbed33
Description-en: efficient static file serving with Django (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: 9a4a618ff4df998d873abcb8f01ba0a8
Homepage: https://github.com/benoitbryon/django-downloadview
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu