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

Last updated: July 05,2024

1. Install "python39-opencensus-context" package

In this section, we are going to explain the necessary steps to install python39-opencensus-context on openSuSE Tumbleweed

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

2. Uninstall "python39-opencensus-context" package

This guide covers the steps necessary to uninstall python39-opencensus-context on openSuSE Tumbleweed:

$ sudo zypper remove python39-opencensus-context

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

Information for package python39-opencensus-context:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-opencensus-context
Version : 0.1.3-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 29.6 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.