How to Install and Uninstall perl-Sereal-Decoder Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Sereal-Decoder" package

Please follow the step by step instructions below to install perl-Sereal-Decoder on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Sereal-Decoder

2. Uninstall "perl-Sereal-Decoder" package

In this section, we are going to explain the necessary steps to uninstall perl-Sereal-Decoder on openSUSE Leap:

$ sudo zypper remove perl-Sereal-Decoder

3. Information about the perl-Sereal-Decoder package on openSUSE Leap

Information for package perl-Sereal-Decoder:
--------------------------------------------
Repository : Main Repository
Name : perl-Sereal-Decoder
Version : 5.001-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 439.6 KiB
Installed : No
Status : not installed
Source package : perl-Sereal-Decoder-5.001-bp155.1.6.src
Upstream URL : https://metacpan.org/release/Sereal-Decoder
Summary : Binary serialization module for Perl (decoder part)
Description :
This library implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called _Sereal_. Its sister module
Sereal::Encoder implements an encoder for this format. The two are released
separately to allow for independent and safer upgrading.
The Sereal protocol versions that are compatible with this decoder
implementation are currently protocol versions 1, 2, 3 and 4. As it stands,
it will refuse to attempt to decode future versions of the protocol, but if
necessary there is likely going to be an option to decode the parts of the
input that are compatible with version 4 of the protocol. The protocol was
designed to allow for this.
The protocol specification and many other bits of documentation can be
found in the github repository. Right now, the specification is at
https://github.com/Sereal/Sereal/blob/master/sereal_spec.pod, there is a
discussion of the design objectives in
https://github.com/Sereal/Sereal/blob/master/README.pod, and the output of
our benchmarks can be seen at
https://github.com/Sereal/Sereal/wiki/Sereal-Comparison-Graphs.