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

Last updated: May 18,2024

1. Install "python2-bcolz" package

Please follow the guidance below to install python2-bcolz on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-bcolz

2. Uninstall "python2-bcolz" package

Please follow the instructions below to uninstall python2-bcolz on openSUSE Leap:

$ sudo zypper remove python2-bcolz

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

Information for package python2-bcolz:
--------------------------------------
Repository : Main Repository
Name : python2-bcolz
Version : 1.2.1-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,8 MiB
Installed : No
Status : not installed
Source package : python-bcolz-1.2.1-bp153.1.14.src
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.