How to Install and Uninstall python3-flask-login.noarch Package on Rocky Linux 8

Last updated: October 06,2024

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

Please follow the step by step instructions below to install python3-flask-login.noarch on Rocky Linux 8

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

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

This tutorial shows how to uninstall python3-flask-login.noarch on Rocky Linux 8:

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

3. Information about the python3-flask-login.noarch package on Rocky Linux 8

Last metadata expiration check: 0:36:42 ago on Mon Sep 12 10:27:18 2022.
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.