How to Install and Uninstall python2-selectors34 Package on openSUSE Leap

Last updated: June 09,2024

1. Install "python2-selectors34" package

This guide covers the steps necessary to install python2-selectors34 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-selectors34

2. Uninstall "python2-selectors34" package

This guide covers the steps necessary to uninstall python2-selectors34 on openSUSE Leap:

$ sudo zypper remove python2-selectors34

3. Information about the python2-selectors34 package on openSUSE Leap

Information for package python2-selectors34:
--------------------------------------------
Repository : Main Repository
Name : python2-selectors34
Version : 1.2-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 46,6 KiB
Installed : No
Status : not installed
Source package : python-selectors34-1.2-bp153.1.20.src
Summary : Backport of the selectors module from Python 3.4
Description :
Selectors3* is a backport of the selectors module from Python 3.4. The
selectors module written by Charles-François Natali. This port is based on
Victor Stinner's ``trollius/selectors.py`` port.