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

Last updated: May 18,2024

1. Install "python3-bcolz" package

Here is a brief guide to show you how to install python3-bcolz on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bcolz

2. Uninstall "python3-bcolz" package

This is a short guide on how to uninstall python3-bcolz on openSUSE Leap:

$ sudo zypper remove python3-bcolz

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

Information for package python3-bcolz:
--------------------------------------
Repository : Main Repository
Name : python3-bcolz
Version : 1.2.1-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-bcolz-1.2.1-bp155.2.10.src
Upstream URL : https://github.com/Blosc/bcolz
Summary : Columnar and compressed data containers
Description :
The bcolz package provides columnar and compressed data containers.
Column storage allows for efficiently querying tables with a large
number of columns. It also allows for cheap addition and removal of
column. In addition, bcolz objects are compressed by default for
reducing memory/disk I/O needs. The compression process is carried
out internally by Blosc, a high-performance compressor that is
optimized for binary data.