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

Last updated: July 05,2024

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

Learn how to install python3-msal-extensions.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall python3-msal-extensions.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:02:16 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-msal-extensions
Version : 1.0.0
Release : 1.fc35
Architecture : noarch
Size : 36 k
Source : python-msal-extensions-1.0.0-1.fc35.src.rpm
Repository : updates
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.