How to Install and Uninstall python312-opencensus-context Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python312-opencensus-context" package

Please follow the guidelines below to install python312-opencensus-context on openSuSE Tumbleweed

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

2. Uninstall "python312-opencensus-context" package

Learn how to uninstall python312-opencensus-context on openSuSE Tumbleweed:

$ sudo zypper remove python312-opencensus-context

3. Information about the python312-opencensus-context package on openSuSE Tumbleweed

Information for package python312-opencensus-context:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-opencensus-context
Version : 0.1.3-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 32.4 KiB
Installed : No
Status : not installed
Source package : python-opencensus-context-0.1.3-2.1.src
Upstream URL : https://github.com/census-instrumentation/opencensus-python
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.