How to Install and Uninstall python3-secure_cookie.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "python3-secure_cookie.noarch" package

Please follow the step by step instructions below to install python3-secure_cookie.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-secure_cookie.noarch

2. Uninstall "python3-secure_cookie.noarch" package

This guide covers the steps necessary to uninstall python3-secure_cookie.noarch on Fedora 39:

$ sudo dnf remove python3-secure_cookie.noarch $ sudo dnf autoremove

3. Information about the python3-secure_cookie.noarch package on Fedora 39

Last metadata expiration check: 1:54:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-secure_cookie
Version : 0.2.0
Release : 7.fc39
Architecture : noarch
Size : 36 k
Source : python-secure_cookie-0.2.0-7.fc39.src.rpm
Repository : fedora
Summary : Provides interfaces for secure cookies and sessions in WSGI applications
URL : https://pypi.org/project/secure-cookie
License : BSD
Description :
: Provides interfaces for secure cookies and sessions in WSGI applications.
: Secure cookies are cryptographically signed (but not encrypted) to prevent
: tampering. Sessions are data associated with a given user across requests
: and responses.