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

Last updated: April 28,2024

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

Please follow the guidelines below to install python3-django-cors-headers.noarch on Fedora 35

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

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

Please follow the steps below to uninstall python3-django-cors-headers.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:27:26 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-django-cors-headers
Version : 3.7.0
Release : 3.fc35
Architecture : noarch
Size : 30 k
Source : python-django-cors-headers-3.7.0-3.fc35.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.