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

Last updated: May 19,2024

1. Install "python38-opencensus-context" package

Please follow the instructions below to install python38-opencensus-context on openSuSE Tumbleweed

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

2. Uninstall "python38-opencensus-context" package

Please follow the instructions below to uninstall python38-opencensus-context on openSuSE Tumbleweed:

$ sudo zypper remove python38-opencensus-context

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

Information for package python38-opencensus-context:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-opencensus-context
Version : 0.1.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 28,5 KiB
Installed : No
Status : not installed
Source package : python-opencensus-context-0.1.2-1.1.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.