How To Install perl-YAML-Syck on Fedora 36

In this tutorial we learn how to install perl-YAML-Syck in Fedora 36. perl-YAML-Syck is Fast, lightweight YAML loader and dumper

Introduction

In this tutorial we learn how to install perl-YAML-Syck on Fedora 36.

What is perl-YAML-Syck

This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around.

We can use yum or dnf to install perl-YAML-Syck on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-YAML-Syck.

Install perl-YAML-Syck 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-YAML-Syck using dnf by running the following command:

sudo dnf -y install perl-YAML-Syck

Install perl-YAML-Syck 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-YAML-Syck using yum by running the following command:

sudo yum -y install perl-YAML-Syck

How To Uninstall perl-YAML-Syck on Fedora 36

To uninstall only the perl-YAML-Syck package we can use the following command:

sudo dnf remove perl-YAML-Syck

perl-YAML-Syck Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/646c889d65603424ea101ee5b510838f171b40
/usr/lib64/perl5/vendor_perl/JSON
/usr/lib64/perl5/vendor_perl/JSON/Syck.pm
/usr/lib64/perl5/vendor_perl/YAML
/usr/lib64/perl5/vendor_perl/YAML/Dumper
/usr/lib64/perl5/vendor_perl/YAML/Dumper/Syck.pm
/usr/lib64/perl5/vendor_perl/YAML/Loader
/usr/lib64/perl5/vendor_perl/YAML/Loader/Syck.pm
/usr/lib64/perl5/vendor_perl/YAML/Syck.pm
/usr/lib64/perl5/vendor_perl/auto/YAML
/usr/lib64/perl5/vendor_perl/auto/YAML/Syck
/usr/lib64/perl5/vendor_perl/auto/YAML/Syck/Syck.so
/usr/share/doc/perl-YAML-Syck
/usr/share/doc/perl-YAML-Syck/COMPATIBILITY
/usr/share/doc/perl-YAML-Syck/Changes
/usr/share/doc/perl-YAML-Syck/README.md
/usr/share/licenses/perl-YAML-Syck
/usr/share/licenses/perl-YAML-Syck/COPYING
/usr/share/man/man3/JSON::Syck.3pm.gz
/usr/share/man/man3/YAML::Syck.3pm.gz

References

Summary

In this tutorial we learn how to install perl-YAML-Syck on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).