How to Install and Uninstall python3-azure-appconfiguration Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-azure-appconfiguration" package

Please follow the guidance below to install python3-azure-appconfiguration on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-azure-appconfiguration

2. Uninstall "python3-azure-appconfiguration" package

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

$ sudo zypper remove python3-azure-appconfiguration

3. Information about the python3-azure-appconfiguration package on openSUSE Leap

Information for package python3-azure-appconfiguration:
-------------------------------------------------------
Repository : Main Repository
Name : python3-azure-appconfiguration
Version : 1.1.1-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 470.4 KiB
Installed : No
Status : not installed
Source package : python-azure-appconfiguration-1.1.1-3.3.1.src
Upstream URL : https://github.com/Azure/azure-sdk-for-python
Summary : Microsoft App Configuration Data Library for Python
Description :
Azure App Configuration is a managed service that helps developers centralize
their application configurations simply and securely.
Modern programs, especially programs running in a cloud, generally have many
components that are distributed in nature. Spreading configuration settings
across these components can lead to hard-to-troubleshoot errors during an
application deployment. Use App Configuration to securely store all the
settings for your application in one place.