How to Install and Uninstall python311-azure-core Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python311-azure-core" package

Please follow the instructions below to install python311-azure-core on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-azure-core

2. Uninstall "python311-azure-core" package

Learn how to uninstall python311-azure-core on openSuSE Tumbleweed:

$ sudo zypper remove python311-azure-core

3. Information about the python311-azure-core package on openSuSE Tumbleweed

Information for package python311-azure-core:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-azure-core
Version : 1.30.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-azure-core-1.30.0-1.1.src
Upstream URL : https://github.com/Azure/azure-sdk-for-python
Summary : Microsoft Azure Core Library for Python
Description :
The Azure Core pipeline is a re-structuring of the msrest pipeline introduced in msrest 0.6.0.
Further discussions on the msrest implementation can be found in the msrest wiki.
The Azure Core Pipeline is an implementation of chained policies as described in the
Azure SDK guidelines.
The Python implementation of the pipeline has some mechanisms specific to Python.
This is due to the fact that both synchronous and asynchronous implementations of the
pipeline must be supported independently.