How to Install and Uninstall python312-queuelib Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python312-queuelib" package

Please follow the instructions below to install python312-queuelib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-queuelib

2. Uninstall "python312-queuelib" package

Please follow the guidelines below to uninstall python312-queuelib on openSuSE Tumbleweed:

$ sudo zypper remove python312-queuelib

3. Information about the python312-queuelib package on openSuSE Tumbleweed

Information for package python312-queuelib:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-queuelib
Version : 1.6.2-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 189.2 KiB
Installed : No
Status : not installed
Source package : python-queuelib-1.6.2-1.14.src
Upstream URL : https://github.com/scrapy/queuelib
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.