How to Install and Uninstall python3-django-cors-headers.noarch Package on Fedora 36

Last updated: September 22,2024

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

Learn how to install python3-django-cors-headers.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-django-cors-headers.noarch

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

This tutorial shows how to uninstall python3-django-cors-headers.noarch on Fedora 36:

$ sudo dnf remove python3-django-cors-headers.noarch $ sudo dnf autoremove

3. Information about the python3-django-cors-headers.noarch package on Fedora 36

Last metadata expiration check: 5:30:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-django-cors-headers
Version : 3.7.0
Release : 4.fc36
Architecture : noarch
Size : 30 k
Source : python-django-cors-headers-3.7.0-4.fc36.src.rpm
Repository : fedora
Summary : Django application for handling the server headers required for CORS
URL : https://github.com/adamchainz/django-cors-headers
License : MIT
Description : A Django App that adds Cross-Origin Resource Sharing (CORS) headers
: to responses. This allows in-browser requests to your Django application
: from other origins.
:
: Python 3 version.