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

Last updated: July 05,2024

1. Install "python310-uvloop" package

Please follow the steps below to install python310-uvloop on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-uvloop

2. Uninstall "python310-uvloop" package

In this section, we are going to explain the necessary steps to uninstall python310-uvloop on openSuSE Tumbleweed:

$ sudo zypper remove python310-uvloop

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

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