How to Install and Uninstall python3-msal-extensions.noarch Package on Fedora 34

Last updated: July 05,2024

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

Please follow the instructions below to install python3-msal-extensions.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall python3-msal-extensions.noarch on Fedora 34:

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

3. Information about the python3-msal-extensions.noarch package on Fedora 34

Last metadata expiration check: 2:20:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-msal-extensions
Version : 0.3.0
Release : 1.fc34
Architecture : noarch
Size : 33 k
Source : python-msal-extensions-0.3.0-1.fc34.src.rpm
Repository : fedora
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.