How to Install and Uninstall python39-uvloop Package on openSuSE Tumbleweed

Last updated: November 01,2024

1. Install "python39-uvloop" package

Please follow the guidelines below to install python39-uvloop on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-uvloop

2. Uninstall "python39-uvloop" package

Please follow the steps below to uninstall python39-uvloop on openSuSE Tumbleweed:

$ sudo zypper remove python39-uvloop

3. Information about the python39-uvloop package on openSuSE Tumbleweed

Information for package python39-uvloop:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-uvloop
Version : 0.19.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-uvloop-0.19.0-1.2.src
Upstream URL : http://github.com/MagicStack/uvloop
Summary : An asyncio event loop on top of libuv
Description :
uvloop is a drop-in replacement of the built-in asyncio
event loop. uvloop is implemented in Cython and uses libuv
under the hood.