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

Last updated: July 01,2024

1. Install "python-django-cors-headers" package

This guide covers the steps necessary to install python-django-cors-headers on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-cors-headers

2. Uninstall "python-django-cors-headers" package

Learn how to uninstall python-django-cors-headers on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-cors-headers $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-cors-headers
Priority: optional
Section: universe/python
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-cors-headers
Version: 1.1.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-cors-headers/python-django-cors-headers_1.1.0-1_all.deb
Size: 6454
MD5sum: bd3871839409f82c8fb877a81706360e
SHA1: e4fe7bdb53c1b4104aa146b5350bac0b614676a2
SHA256: aac38c4bcebfe0b9ee99daf79403c7293f460f225549d564a90bee76be4b821e
Description-en: Django application for handling CORS.
A Django application for handling the server headers required for Cross-Origin
Resource Sharing (CORS).
.
This package contains the Python 2 version.
Description-md5: ec1c0e095874fa47a3e7cd1380605889
Homepage: https://github.com/ottoyiu/django-cors-headers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu