How to Install and Uninstall lbzip2 Package on openSUSE Leap

Last updated: May 15,2024

1. Install "lbzip2" package

This guide covers the steps necessary to install lbzip2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lbzip2

2. Uninstall "lbzip2" package

Here is a brief guide to show you how to uninstall lbzip2 on openSUSE Leap:

$ sudo zypper remove lbzip2

3. Information about the lbzip2 package on openSUSE Leap

Information for package lbzip2:
-------------------------------
Repository : Main Repository
Name : lbzip2
Version : 2.5-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 199.7 KiB
Installed : No
Status : not installed
Source package : lbzip2-2.5-bp155.3.10.src
Upstream URL : https://github.com/kjn/lbzip2
Summary : Parallel bzip2/bunzip2 Filter
Description :
Lbzip2 is a Pthreads-based parallel bzip2/bunzip2 filter, passable to
GNU tar with the --use-compress-program option.
It isn't restricted to regular files on input, nor output. Successful
splitting for decompression isn't guaranteed, just very likely
(failure is detected). Splitting in both modes and compression itself
occur with an approximate 900k block size.
On an Athlon-64 X2 6000+, lbzip2 was 92% faster than standard bzip2
when compressing, and 45% faster when decompressing (based on wall
clock time).
Lbzip2 strives to be portable by requiring UNIX 98 APIs only, besides
an unmodified libbz2.