How to Install and Uninstall python3-secure_cookie.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "python3-secure_cookie.noarch" package

Learn how to install python3-secure_cookie.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-secure_cookie.noarch" package

This tutorial shows how to uninstall python3-secure_cookie.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-secure_cookie.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:07:44 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-secure_cookie
Version : 0.1.0
Release : 1.el8
Architecture : noarch
Size : 27 k
Source : python-secure_cookie-0.1.0-1.el8.src.rpm
Repository : epel
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.