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

Last updated: November 27,2024

1. Install "python39-blist" package

This is a short guide on how to install python39-blist on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-blist

2. Uninstall "python39-blist" package

In this section, we are going to explain the necessary steps to uninstall python39-blist on openSuSE Tumbleweed:

$ sudo zypper remove python39-blist

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

Information for package python39-blist:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-blist
Version : 1.3.6-4.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 186,2 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.