How to Install and Uninstall python3-flask-cors Package on Kali Linux

Last updated: September 18,2024

1. Install "python3-flask-cors" package

Please follow the steps below to install python3-flask-cors on Kali Linux

$ sudo apt update $ sudo apt install python3-flask-cors

2. Uninstall "python3-flask-cors" package

Please follow the guidelines below to uninstall python3-flask-cors on Kali Linux:

$ sudo apt remove python3-flask-cors $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-cors package on Kali Linux

Package: python3-flask-cors
Source: python-flask-cors
Version: 4.0.0-1
Installed-Size: 251
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flask (>= 0.9), python3:any, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.2+dfsg)
Size: 44052
SHA256: 5aad737f46297e6d2225a0b0226d4557c0080703838181cf4b621cbf0362df4a
SHA1: c698b857ca752c79d88d5758430546401b97e02d
MD5sum: b109456ba44173bc8b10caa3373fa209
Description: Flask extension for handling CORS (Python 3)
A Flask extension for handling Cross Origin Resource Sharing (CORS), making
cross-origin AJAX possible.
.
This package has a simple philosophy, when you want to enable CORS, you wish
to enable it for all use cases on a domain. This means no mucking around with
different allowed headers, methods, etc. By default, submission of cookies
across domains is disabled due to the security implications, please see the
documentation for how to enable credential’ed requests, and please make sure
you add some sort of CSRF protection before doing so!
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/corydolphin/flask-cors
Section: python
Priority: optional
Filename: pool/main/p/python-flask-cors/python3-flask-cors_4.0.0-1_all.deb