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

Last updated: July 03,2024

1. Install "perl-Sereal" package

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

$ sudo zypper refresh $ sudo zypper install perl-Sereal

2. Uninstall "perl-Sereal" package

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

$ sudo zypper remove perl-Sereal

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

Information for package perl-Sereal:
------------------------------------
Repository : Main Repository
Name : perl-Sereal
Version : 5.001-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 22.6 KiB
Installed : No
Status : not installed
Source package : perl-Sereal-5.001-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Sereal
Summary : Binary serialization module for Perl
Description :
_Sereal_ is an efficient, compact-output, binary and feature-rich
serialization protocol. The Perl encoder is implemented as the
Sereal::Encoder module, the Perl decoder correspondingly as
Sereal::Decoder. They are distributed separately to allow for safe
upgrading without downtime. (Hint: Upgrade the decoder everywhere first,
then the encoder.)
This 'Sereal' module is a very thin wrapper around both 'Sereal::Encoder'
and 'Sereal::Decoder'. It depends on both and loads both. So if you have a
user of both encoder and decoder, it is enough to depend on a particular
version of 'Sereal' and you'll get the most recent released versions of
'Sereal::Encoder' and 'Sereal::Decoder' whose version is smaller than or
equal to the version of 'Sereal' you depend on.
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.