How to Install and Uninstall python2-azure-core Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-azure-core" package

This tutorial shows how to install python2-azure-core on openSUSE Leap

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

2. Uninstall "python2-azure-core" package

In this section, we are going to explain the necessary steps to uninstall python2-azure-core on openSUSE Leap:

$ sudo zypper remove python2-azure-core

3. Information about the python2-azure-core package on openSUSE Leap

Information for package python2-azure-core:
-------------------------------------------
Repository : Main Repository
Name : python2-azure-core
Version : 1.9.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 599,7 KiB
Installed : No
Status : not installed
Source package : python-azure-core-1.9.0-3.3.1.src
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.