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

Last updated: May 20,2024

1. Install "python3-opencensus-context" package

Here is a brief guide to show you how to install python3-opencensus-context on openSUSE Leap

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

2. Uninstall "python3-opencensus-context" package

Please follow the guidance below to uninstall python3-opencensus-context on openSUSE Leap:

$ sudo zypper remove python3-opencensus-context

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

Information for package python3-opencensus-context:
---------------------------------------------------
Repository : Main Repository
Name : python3-opencensus-context
Version : 0.1.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 29.0 KiB
Installed : No
Status : not installed
Source package : python-opencensus-context-0.1.1-bp155.2.11.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.