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

Last updated: May 20,2024

1. Install "python38-uvloop" package

This tutorial shows how to install python38-uvloop on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-uvloop

2. Uninstall "python38-uvloop" package

Please follow the step by step instructions below to uninstall python38-uvloop on openSuSE Tumbleweed:

$ sudo zypper remove python38-uvloop

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

Information for package python38-uvloop:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-uvloop
Version : 0.16.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,8 MiB
Installed : No
Status : not installed
Source package : python-uvloop-0.16.0-2.2.src
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.