How to Install and Uninstall python2-blist Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python2-blist" package

Please follow the guidelines below to install python2-blist on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-blist

2. Uninstall "python2-blist" package

Here is a brief guide to show you how to uninstall python2-blist on openSUSE Leap:

$ sudo zypper remove python2-blist

3. Information about the python2-blist package on openSUSE Leap

Information for package python2-blist:
--------------------------------------
Repository : Main Repository
Name : python2-blist
Version : 1.3.6-1.41
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 164,8 KiB
Installed : No
Status : not installed
Source package : python-blist-1.3.6-1.41.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.