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

Last updated: October 11,2024

1. Install "python3-flask-login.noarch" package

Here is a brief guide to show you how to install python3-flask-login.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-flask-login.noarch

2. Uninstall "python3-flask-login.noarch" package

Here is a brief guide to show you how to uninstall python3-flask-login.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-flask-login.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:32:33 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-flask-login
Version : 0.4.1
Release : 10.el8
Architecture : noarch
Size : 36 k
Source : python-flask-login-0.4.1-10.el8.src.rpm
Repository : epel
Summary : User session management for Flask
URL : https://github.com/maxcountryman/flask-login
License : MIT
Description : Flask-Login provides user session management for Flask. It handles the common
: tasks of logging in, logging out, and remembering your users' sessions over
: extended periods of time.