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

Last updated: June 15,2024

1. Install "python312-uvloop" package

This is a short guide on how to install python312-uvloop on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-uvloop

2. Uninstall "python312-uvloop" package

Learn how to uninstall python312-uvloop on openSuSE Tumbleweed:

$ sudo zypper remove python312-uvloop

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

Information for package python312-uvloop:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-uvloop
Version : 0.19.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.0 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.