How To Install perl-Sereal-Decoder on Fedora 36
Introduction
In this tutorial we learn how to install perl-Sereal-Decoder on Fedora 36.
What is perl-Sereal-Decoder
This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called Sereal.
We can use yum or dnf to install perl-Sereal-Decoder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Sereal-Decoder.
Install perl-Sereal-Decoder on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Sereal-Decoder using dnf by running the following command:
sudo dnf -y install perl-Sereal-Decoder
Install perl-Sereal-Decoder on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Sereal-Decoder using yum by running the following command:
sudo yum -y install perl-Sereal-Decoder
How To Uninstall perl-Sereal-Decoder on Fedora 36
To uninstall only the perl-Sereal-Decoder package we can use the following command:
sudo dnf remove perl-Sereal-Decoder
perl-Sereal-Decoder Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/39fd39eb4cb4010f5b755516fa21d7c51b06ec
/usr/lib64/perl5/vendor_perl/Sereal
/usr/lib64/perl5/vendor_perl/Sereal/Decoder
/usr/lib64/perl5/vendor_perl/Sereal/Decoder.pm
/usr/lib64/perl5/vendor_perl/Sereal/Decoder/Constants.pm
/usr/lib64/perl5/vendor_perl/Sereal/Performance.pm
/usr/lib64/perl5/vendor_perl/auto/Sereal
/usr/lib64/perl5/vendor_perl/auto/Sereal/Decoder
/usr/lib64/perl5/vendor_perl/auto/Sereal/Decoder/Decoder.so
/usr/share/doc/perl-Sereal-Decoder
/usr/share/doc/perl-Sereal-Decoder/Changes
/usr/share/man/man3/Sereal::Decoder.3pm.gz
/usr/share/man/man3/Sereal::Performance.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Sereal-Decoder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).