How to Install and Uninstall python3-msal Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-msal" package

This guide covers the steps necessary to install python3-msal on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-msal

2. Uninstall "python3-msal" package

This tutorial shows how to uninstall python3-msal on openSUSE Leap:

$ sudo zypper remove python3-msal

3. Information about the python3-msal package on openSUSE Leap

Information for package python3-msal:
-------------------------------------
Repository : Main Repository
Name : python3-msal
Version : 1.6.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 356.3 KiB
Installed : No
Status : not installed
Source package : python-msal-1.6.0-3.3.1.src
Upstream URL : https://github.com/AzureAD/microsoft-authentication-library-for-python
Summary : Microsoft Authentication Library (MSAL) for Python
Description :
The Microsoft Authentication Library (MSAL) for Python library enables your app
to access the Microsoft Cloud by supporting authentication of users with Microsoft
Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry
standard OAuth2 and OpenID Connect.