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

Last updated: April 28,2024

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

This tutorial shows how to install python3-django-cors-headers on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the steps below to uninstall python3-django-cors-headers on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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
Filename: pool/universe/d/django-cors-headers/python3-django-cors-headers_1.1.0-1_all.deb
Size: 6496
MD5sum: 1c04dd6a8ae99dcee72c9635c376b5f3
SHA1: dd5c11b30999192cfe050a49a5d68efd9fd0346b
SHA256: dd51f4ec487b7a1f1ce3a336e38b3a166b9fc62fb0c2d7948a2f3cba35a67d0d
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 3 version.
Description-md5: 22f7b11dbf653bc5e174e00fe88a459c
Homepage: https://github.com/ottoyiu/django-cors-headers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu