How to Install and Uninstall python38-blist Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python38-blist" package

Learn how to install python38-blist on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-blist

2. Uninstall "python38-blist" package

Learn how to uninstall python38-blist on openSuSE Tumbleweed:

$ sudo zypper remove python38-blist

3. Information about the python38-blist package on openSuSE Tumbleweed

Information for package python38-blist:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-blist
Version : 1.3.6-4.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 186,1 KiB
Installed : No
Status : not installed
Source package : python-blist-1.3.6-4.6.src
Summary : A list-like type with better asymptotic performance
Description :
The blist is a drop-in replacement for the Python list the provides
better performance when modifying large lists. The blist package also
provides sortedlist, sortedset, weaksortedlist,
weaksortedset, sorteddict, and btuple types.