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

Last updated: June 29,2024

1. Install "python310-queuelib" package

This tutorial shows how to install python310-queuelib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-queuelib

2. Uninstall "python310-queuelib" package

Please follow the instructions below to uninstall python310-queuelib on openSuSE Tumbleweed:

$ sudo zypper remove python310-queuelib

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

Information for package python310-queuelib:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-queuelib
Version : 1.6.2-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 126.3 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.