How to Install and Uninstall python-trollius Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python-trollius" package

Please follow the steps below to install python-trollius on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-trollius

2. Uninstall "python-trollius" package

This is a short guide on how to uninstall python-trollius on openSUSE Leap:

$ sudo zypper remove python-trollius

3. Information about the python-trollius package on openSUSE Leap

Information for package python-trollius:
----------------------------------------
Repository : Main Repository
Name : python-trollius
Version : 2.2.post1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-trollius-2.2.post1-bp153.1.17.src
Summary : Port of the Tulip project (asyncio module, PEP 3156) on Python 2
Description :
Trollius provides infrastructure for writing single-threaded concurrent code
using coroutines, multiplexing I/O access over sockets and other resources,
running network clients and servers, and other related primitives.