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

Last updated: May 22,2024

1. Install "perl-Sereal-Encoder" package

This guide covers the steps necessary to install perl-Sereal-Encoder on openSUSE Leap

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

2. Uninstall "perl-Sereal-Encoder" package

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

$ sudo zypper remove perl-Sereal-Encoder

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

Information for package perl-Sereal-Encoder:
--------------------------------------------
Repository : Main Repository
Name : perl-Sereal-Encoder
Version : 5.001-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 803.0 KiB
Installed : No
Status : not installed
Source package : perl-Sereal-Encoder-5.001-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Sereal-Encoder
Summary : Binary serialization module for Perl (encoder part)
Description :
This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called _Sereal_. Its sister module
Sereal::Decoder implements a decoder for this format. The two are released
separately to allow for independent and safer upgrading. If you care
greatly about performance, consider reading the Sereal::Performance
documentation after finishing this document.
The Sereal protocol version emitted by this encoder implementation is
currently protocol version 4 by default.
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. For more
information on getting the best performance out of Sereal, have a look at
the "PERFORMANCE" section below.