How to Install and Uninstall perl-Compress-Raw-Lzma Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "perl-Compress-Raw-Lzma" package
This guide let you learn how to install perl-Compress-Raw-Lzma on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Compress-Raw-Lzma
Copied
2. Uninstall "perl-Compress-Raw-Lzma" package
In this section, we are going to explain the necessary steps to uninstall perl-Compress-Raw-Lzma on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Compress-Raw-Lzma
Copied
3. Information about the perl-Compress-Raw-Lzma package on openSuSE Tumbleweed
Information for package perl-Compress-Raw-Lzma:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Compress-Raw-Lzma
Version : 2.209.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 118.3 KiB
Installed : No
Status : not installed
Source package : perl-Compress-Raw-Lzma-2.209.0-2.1.src
Upstream URL : https://metacpan.org/release/Compress-Raw-Lzma
Summary : Low-Level Perl 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.
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Compress-Raw-Lzma
Version : 2.209.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 118.3 KiB
Installed : No
Status : not installed
Source package : perl-Compress-Raw-Lzma-2.209.0-2.1.src
Upstream URL : https://metacpan.org/release/Compress-Raw-Lzma
Summary : Low-Level Perl 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.