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

In this tutorial we learn how to install perl-YAML-LibYAML-API in Fedora 36. perl-YAML-LibYAML-API is Wrapper around the C libyaml library

Introduction

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

What is perl-YAML-LibYAML-API

This module provides a thin wrapper around the C libyaml API.

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

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

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

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

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

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

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

sudo dnf remove perl-YAML-LibYAML-API

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

/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/3595c2055df2ca70adce2d4e1f44f44e55dcb8
/usr/lib64/perl5/vendor_perl/YAML
/usr/lib64/perl5/vendor_perl/YAML/LibYAML
/usr/lib64/perl5/vendor_perl/YAML/LibYAML/API
/usr/lib64/perl5/vendor_perl/YAML/LibYAML/API.pm
/usr/lib64/perl5/vendor_perl/YAML/LibYAML/API/XS.pm
/usr/lib64/perl5/vendor_perl/auto/YAML
/usr/lib64/perl5/vendor_perl/auto/YAML/LibYAML
/usr/lib64/perl5/vendor_perl/auto/YAML/LibYAML/API
/usr/lib64/perl5/vendor_perl/auto/YAML/LibYAML/API/XS
/usr/lib64/perl5/vendor_perl/auto/YAML/LibYAML/API/XS/XS.so
/usr/share/doc/perl-YAML-LibYAML-API
/usr/share/doc/perl-YAML-LibYAML-API/Changes
/usr/share/doc/perl-YAML-LibYAML-API/README
/usr/share/licenses/perl-YAML-LibYAML-API
/usr/share/licenses/perl-YAML-LibYAML-API/LICENSE
/usr/share/man/man3/YAML::LibYAML::API.3pm.gz
/usr/share/man/man3/YAML::LibYAML::API::XS.3pm.gz

References

Summary

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