How To Install perl-YAML-Tiny on Fedora 36

In this tutorial we learn how to install perl-YAML-Tiny in Fedora 36. perl-YAML-Tiny is Read/Write YAML files with as little code as possible

Introduction

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

What is perl-YAML-Tiny

YAML written with as little code as possible, reducing load time and memory overhead.

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

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

sudo dnf -y install perl-YAML-Tiny

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

sudo yum -y install perl-YAML-Tiny

How To Uninstall perl-YAML-Tiny on Fedora 36

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

sudo dnf remove perl-YAML-Tiny

perl-YAML-Tiny Package Contents on Fedora 36

/usr/share/doc/perl-YAML-Tiny
/usr/share/doc/perl-YAML-Tiny/CONTRIBUTING
/usr/share/doc/perl-YAML-Tiny/Changes
/usr/share/doc/perl-YAML-Tiny/README
/usr/share/licenses/perl-YAML-Tiny
/usr/share/licenses/perl-YAML-Tiny/LICENSE
/usr/share/man/man3/YAML::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/YAML
/usr/share/perl5/vendor_perl/YAML/Tiny.pm

References

Summary

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