How to Install and Uninstall perl-Compress-Bzip2 Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Compress-Bzip2" package

Learn how to install perl-Compress-Bzip2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Compress-Bzip2

2. Uninstall "perl-Compress-Bzip2" package

Please follow the step by step instructions below to uninstall perl-Compress-Bzip2 on openSUSE Leap:

$ sudo zypper remove perl-Compress-Bzip2

3. Information about the perl-Compress-Bzip2 package on openSUSE Leap

Information for package perl-Compress-Bzip2:
--------------------------------------------
Repository : Main Repository
Name : perl-Compress-Bzip2
Version : 2.28-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 140.8 KiB
Installed : No
Status : not installed
Source package : perl-Compress-Bzip2-2.28-bp155.2.11.src
Upstream URL : https://metacpan.org/release/Compress-Bzip2
Summary : Interface to Bzip2 compression library
Description :
The _Compress::Bzip2_ module provides a Perl interface to the *bzip2*
compression library (see AUTHOR for details about where to get _Bzip2_). A
relevant subset of the functionality provided by _bzip2_ is available in
_Compress::Bzip2_.
All string parameters can either be a scalar or a scalar reference.
The module can be split into two general areas of functionality, namely
in-memory compression/decompression and read/write access to _bzip2_ files.
Each of these areas will be discussed separately below.
*NOTE*
_Compress::Bzip2_ is just a simple _bzip2_ binding, comparable to the old
Compress::Zlib library. It is not well integrated into PerlIO, use the
preferred IO::Compress::Bzip2 instead.