How To Install perl-Sereal-Decoder on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Sereal-Decoder
on Rocky Linux 8.
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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
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 Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/bd1100883019fa55ec510f128f0226298a6655
/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 Rocky Linux 8 using yum and dnf.