How to Install and Uninstall python36-aiocontextvars Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-aiocontextvars" package

In this section, we are going to explain the necessary steps to install python36-aiocontextvars on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-aiocontextvars

2. Uninstall "python36-aiocontextvars" package

This tutorial shows how to uninstall python36-aiocontextvars on openSuSE Tumbleweed:

$ sudo zypper remove python36-aiocontextvars

3. Information about the python36-aiocontextvars package on openSuSE Tumbleweed

Information for package python36-aiocontextvars:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-aiocontextvars
Version : 0.2.2-2.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 18,3 KiB
Installed : No
Status : not installed
Source package : python-aiocontextvars-0.2.2-2.3.src
Summary : Asyncio support for PEP-567 contextvars backport
Description :
In Python 3.5 and 3.6, this package added asyncio support to the PEP-567 backport
package also named contextvars, in a very different way than Python 3.7
contextvars implementation.
In Python 3.7 this package is 100% replaced by contextvars.