How to Install and Uninstall perl-Sereal-Encoder Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-Sereal-Encoder" package

This tutorial shows how to install perl-Sereal-Encoder on openSuSE Tumbleweed

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

2. Uninstall "perl-Sereal-Encoder" package

Please follow the instructions below to uninstall perl-Sereal-Encoder on openSuSE Tumbleweed:

$ sudo zypper remove perl-Sereal-Encoder

3. Information about the perl-Sereal-Encoder package on openSuSE Tumbleweed

Information for package perl-Sereal-Encoder:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Sereal-Encoder
Version : 5.004-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 796.4 KiB
Installed : No
Status : not installed
Source package : perl-Sereal-Encoder-5.004-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.