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

Last updated: July 01,2024

1. Install "python3-blist" package

This tutorial shows how to install python3-blist on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-blist

2. Uninstall "python3-blist" package

Please follow the guidelines below to uninstall python3-blist on openSUSE Leap:

$ sudo zypper remove python3-blist

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

Information for package python3-blist:
--------------------------------------
Repository : Main Repository
Name : python3-blist
Version : 1.3.6-1.41
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 185.3 KiB
Installed : No
Status : not installed
Source package : python-blist-1.3.6-1.41.src
Upstream URL : http://stutzbachenterprises.com/blist/
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.