How to Install and Uninstall python3-msal-extensions.noarch Package on AlmaLinux 9

Last updated: June 05,2024

1. Install "python3-msal-extensions.noarch" package

Please follow the guidelines below to install python3-msal-extensions.noarch on AlmaLinux 9

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

2. Uninstall "python3-msal-extensions.noarch" package

Please follow the guidelines below to uninstall python3-msal-extensions.noarch on AlmaLinux 9:

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

3. Information about the python3-msal-extensions.noarch package on AlmaLinux 9

Last metadata expiration check: 1:05:56 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-msal-extensions
Version : 1.0.0
Release : 5.el9
Architecture : noarch
Size : 36 k
Source : python-msal-extensions-1.0.0-5.el9.src.rpm
Repository : epel
Summary : Microsoft Authentication extensions for MSAL Python
URL : https://github.com/AzureAD/microsoft-authentication-extensions-for-python
License : MIT
Description : The Microsoft Authentication Extensions for Python offers secure mechanisms for
: client applications to perform cross-platform token cache serialization and
: persistence. It gives additional support to the Microsoft Authentication Library
: for Python (MSAL).
:
: MSAL Python supports an in-memory cache by default and provides the
: SerializableTokenCache to perform cache serialization. You can read more about
: this in the MSAL Python documentation. Developers are required to implement
: their own cache persistance across multiple platforms and Microsoft
: Authentication Extensions makes this simpler.