How To Install perl-Test-YAML on Fedora 36

In this tutorial we learn how to install perl-Test-YAML in Fedora 36. perl-Test-YAML is Testing Module for YAML Implementations

Introduction

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

What is perl-Test-YAML

Test

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

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

sudo dnf -y install perl-Test-YAML

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

sudo yum -y install perl-Test-YAML

How To Uninstall perl-Test-YAML on Fedora 36

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

sudo dnf remove perl-Test-YAML

perl-Test-YAML Package Contents on Fedora 36

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

References

Summary

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