How to Install and Uninstall python3-django-cors-headers.noarch Package on CentOS Stream 8

Last updated: October 06,2024

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

This guide let you learn how to install python3-django-cors-headers.noarch on CentOS Stream 8

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

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

Please follow the guidelines below to uninstall python3-django-cors-headers.noarch on CentOS Stream 8:

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

3. Information about the python3-django-cors-headers.noarch package on CentOS Stream 8

Last metadata expiration check: 2:33:41 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-django-cors-headers
Version : 3.1.0
Release : 4.el8
Architecture : noarch
Size : 29 k
Source : python-django-cors-headers-3.1.0-4.el8.src.rpm
Repository : epel
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.