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

Last updated: November 23,2024

1. Install "perl-Compress-Raw-Lzma" package

Please follow the guidelines below to install perl-Compress-Raw-Lzma on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Compress-Raw-Lzma

2. Uninstall "perl-Compress-Raw-Lzma" package

Please follow the steps below to uninstall perl-Compress-Raw-Lzma on openSUSE Leap:

$ sudo zypper remove perl-Compress-Raw-Lzma

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

Information for package perl-Compress-Raw-Lzma:
-----------------------------------------------
Repository : Update repository of openSUSE Backports
Name : perl-Compress-Raw-Lzma
Version : 2.204-bp155.2.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 123.2 KiB
Installed : No
Status : not installed
Source package : perl-Compress-Raw-Lzma-2.204-bp155.2.3.1.src
Upstream URL : https://metacpan.org/release/Compress-Raw-Lzma
Summary : Low-Level Interface to lzma compression library
Description :
'Compress::Raw::Lzma' provides an interface to the in-memory
compression/uncompression functions from the lzma compression library.
Although the primary purpose for the existence of 'Compress::Raw::Lzma' is
for use by the 'IO::Compress::Lzma', 'IO::Uncompress::UnLzma',
'IO::Compress::Xz' and 'IO::Uncompress::UnXz' modules, it can be used on
its own for simple compression/uncompression tasks.
There are two functions, called 'code' and 'flush', used in all the
compression and uncompression interfaces defined in this module. By default
both of these functions overwrites any data stored in its output buffer
parameter. If you want to compress/uncompress to a single buffer, and have
'code' and 'flush' append to that buffer, enable the 'AppendOutput' option
when you create the compression/decompression object.