How to Install and Uninstall perl-Sereal.noarch Package on Oracle Linux 9

Last updated: July 07,2024

1. Install "perl-Sereal.noarch" package

This is a short guide on how to install perl-Sereal.noarch on Oracle Linux 9

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

2. Uninstall "perl-Sereal.noarch" package

This tutorial shows how to uninstall perl-Sereal.noarch on Oracle Linux 9:

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

3. Information about the perl-Sereal.noarch package on Oracle Linux 9

Last metadata expiration check: 1:19:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Sereal
Version : 4.018
Release : 1.el9
Architecture : noarch
Size : 18 k
Source : perl-Sereal-4.018-1.el9.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.