How to Install and Uninstall python2-opencensus-context Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-opencensus-context" package

This guide covers the steps necessary to install python2-opencensus-context on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-opencensus-context

2. Uninstall "python2-opencensus-context" package

Please follow the guidelines below to uninstall python2-opencensus-context on openSUSE Leap:

$ sudo zypper remove python2-opencensus-context

3. Information about the python2-opencensus-context package on openSUSE Leap

Information for package python2-opencensus-context:
---------------------------------------------------
Repository : Main Repository
Name : python2-opencensus-context
Version : 0.1.1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 30,9 KiB
Installed : No
Status : not installed
Source package : python-opencensus-context-0.1.1-bp153.1.15.src
Summary : Python in-process context propogation
Description :
The OpenCensus Runtime Context provides in-process context propagation.
By default, thread local storage is used for Python 2.7, 3.4 and 3.5;
contextvars is used for Python >= 3.6, which provides asyncio support.