How to Install and Uninstall python3-blist.x86_64 Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "python3-blist.x86_64" package
Please follow the steps below to install python3-blist.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-blist.x86_64
Copied
2. Uninstall "python3-blist.x86_64" package
Learn how to uninstall python3-blist.x86_64 on AlmaLinux 8:
$
sudo dnf remove
python3-blist.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-blist.x86_64 package on AlmaLinux 8
Last metadata expiration check: 1:57:33 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-blist
Version : 1.3.6
Release : 23.el8
Architecture : x86_64
Size : 68 k
Source : python-blist-1.3.6-23.el8.src.rpm
Repository : epel
Summary : Faster list implementation for Python
URL : http://pypi.python.org/pypi/blist/
License : BSD
Description : The blist is a drop-in replacement for the Python list that provides
: better performance when modifying large lists. The blist package also
: provides sortedlist, sortedset, weaksortedlist, weaksortedset,
: sorteddict, and btuple types.
:
: Python's built-in list is a dynamically-sized array; to insert or
: remove an item from the beginning or middle of the list, it has to
: move most of the list in memory, i.e., O(n) operations. The blist uses
: a flexible, hybrid array/tree structure and only needs to move a small
: portion of items in memory, specifically using O(log n) operations.
:
: For small lists, the blist and the built-in list have virtually
: identical performance.
:
: Python 3 version.
Available Packages
Name : python3-blist
Version : 1.3.6
Release : 23.el8
Architecture : x86_64
Size : 68 k
Source : python-blist-1.3.6-23.el8.src.rpm
Repository : epel
Summary : Faster list implementation for Python
URL : http://pypi.python.org/pypi/blist/
License : BSD
Description : The blist is a drop-in replacement for the Python list that provides
: better performance when modifying large lists. The blist package also
: provides sortedlist, sortedset, weaksortedlist, weaksortedset,
: sorteddict, and btuple types.
:
: Python's built-in list is a dynamically-sized array; to insert or
: remove an item from the beginning or middle of the list, it has to
: move most of the list in memory, i.e., O(n) operations. The blist uses
: a flexible, hybrid array/tree structure and only needs to move a small
: portion of items in memory, specifically using O(log n) operations.
:
: For small lists, the blist and the built-in list have virtually
: identical performance.
:
: Python 3 version.