How To Install perl-YAML-PP-LibYAML on Fedora 36

In this tutorial we learn how to install perl-YAML-PP-LibYAML in Fedora 36. perl-YAML-PP-LibYAML is Faster parsing for YAML

Introduction

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

What is perl-YAML-PP-LibYAML

YAML YAML which calls YAML

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

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

sudo dnf -y install perl-YAML-PP-LibYAML

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

sudo yum -y install perl-YAML-PP-LibYAML

How To Uninstall perl-YAML-PP-LibYAML on Fedora 36

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

sudo dnf remove perl-YAML-PP-LibYAML

perl-YAML-PP-LibYAML Package Contents on Fedora 36

/usr/share/doc/perl-YAML-PP-LibYAML
/usr/share/doc/perl-YAML-PP-LibYAML/Changes
/usr/share/doc/perl-YAML-PP-LibYAML/README
/usr/share/doc/perl-YAML-PP-LibYAML/README.md
/usr/share/licenses/perl-YAML-PP-LibYAML
/usr/share/licenses/perl-YAML-PP-LibYAML/LICENSE
/usr/share/man/man3/YAML::PP::LibYAML.3pm.gz
/usr/share/man/man3/YAML::PP::LibYAML::Emitter.3pm.gz
/usr/share/man/man3/YAML::PP::LibYAML::Parser.3pm.gz
/usr/share/perl5/vendor_perl/YAML
/usr/share/perl5/vendor_perl/YAML/PP
/usr/share/perl5/vendor_perl/YAML/PP/LibYAML
/usr/share/perl5/vendor_perl/YAML/PP/LibYAML.pm
/usr/share/perl5/vendor_perl/YAML/PP/LibYAML/Emitter.pm
/usr/share/perl5/vendor_perl/YAML/PP/LibYAML/Parser.pm

References

Summary

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