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

Last updated: October 08,2024

1. Install "python3-msal.noarch" package

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

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

2. Uninstall "python3-msal.noarch" package

This guide let you learn how to uninstall python3-msal.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:03:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-msal
Version : 1.24.1
Release : 3.el9
Architecture : noarch
Size : 136 k
Source : python-msal-1.24.1-3.el9.src.rpm
Repository : epel
Summary : Microsoft Authentication Library (MSAL) for Python
URL : https://github.com/AzureAD/microsoft-authentication-library-for-python
License : MIT
Description : The Microsoft Authentication Library for Python enables applications to
: integrate with the Microsoft identity platform. It allows you to sign in users
: or apps with Microsoft identities (Azure AD, Microsoft Accounts and Azure AD
: B2C accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph
: or your own APIs registered with the Microsoft identity platform. It is built
: using industry standard OAuth2 and OpenID Connect protocols.