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

Last updated: June 01,2024

1. Install "python311-uvloop" package

This guide let you learn how to install python311-uvloop on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-uvloop

2. Uninstall "python311-uvloop" package

This guide covers the steps necessary to uninstall python311-uvloop on openSuSE Tumbleweed:

$ sudo zypper remove python311-uvloop

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

Information for package python311-uvloop:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-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.