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

Last updated: July 01,2024

1. Install "python2-queuelib" package

This is a short guide on how to install python2-queuelib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-queuelib

2. Uninstall "python2-queuelib" package

Please follow the guidelines below to uninstall python2-queuelib on openSUSE Leap:

$ sudo zypper remove python2-queuelib

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

Information for package python2-queuelib:
-----------------------------------------
Repository : Main Repository
Name : python2-queuelib
Version : 1.5.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 115,8 KiB
Installed : No
Status : not installed
Source package : python-queuelib-1.5.0-bp153.1.17.src
Summary : Collection of Persistent (Disk-Based) Queues
Description :
Queuelib is a collection of persistent (disk-based) queues for Python.
Queuelib goals are speed and simplicity. It was originally part of the
`Scrapy framework`_ and stripped out on its own library.