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

Last updated: May 19,2024

1. Install "python36-blist" package

This tutorial shows how to install python36-blist on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-blist

2. Uninstall "python36-blist" package

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

$ sudo zypper remove python36-blist

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

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