How to Install and Uninstall perl-Sereal.noarch Package on CentOS Stream 8

Last updated: March 03,2025

1. Install "perl-Sereal.noarch" package

Please follow the steps below to install perl-Sereal.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Sereal.noarch

2. Uninstall "perl-Sereal.noarch" package

Please follow the guidance below to uninstall perl-Sereal.noarch on CentOS Stream 8:

$ sudo dnf remove perl-Sereal.noarch $ sudo dnf autoremove

3. Information about the perl-Sereal.noarch package on CentOS Stream 8

Last metadata expiration check: 6:00:47 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Sereal
Version : 4.018
Release : 1.el8
Architecture : noarch
Size : 19 k
Source : perl-Sereal-4.018-1.el8.src.rpm
Repository : epel
Summary : Fast, compact, powerful binary (de-)serialization
URL : https://metacpan.org/release/Sereal
License : GPL+ or Artistic
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. This Sereal module is a very
: thin wrapper around both Sereal::Encoder and Sereal::Decoder. It depends on
: both and loads both.