How To Install perl-Config-Model-Backend-Yaml on Fedora 36

In this tutorial we learn how to install perl-Config-Model-Backend-Yaml in Fedora 36. perl-Config-Model-Backend-Yaml is Read and write configuration as a YAML data structure

Introduction

In this tutorial we learn how to install perl-Config-Model-Backend-Yaml on Fedora 36.

What is perl-Config-Model-Backend-Yaml

This module is used directly by Config of a configuration tree written with YAML syntax in Config configuration tree.

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

Install perl-Config-Model-Backend-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-Config-Model-Backend-Yaml using dnf by running the following command:

sudo dnf -y install perl-Config-Model-Backend-Yaml

Install perl-Config-Model-Backend-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-Config-Model-Backend-Yaml using yum by running the following command:

sudo yum -y install perl-Config-Model-Backend-Yaml

How To Uninstall perl-Config-Model-Backend-Yaml on Fedora 36

To uninstall only the perl-Config-Model-Backend-Yaml package we can use the following command:

sudo dnf remove perl-Config-Model-Backend-Yaml

perl-Config-Model-Backend-Yaml Package Contents on Fedora 36

/usr/share/doc/perl-Config-Model-Backend-Yaml
/usr/share/doc/perl-Config-Model-Backend-Yaml/CONTRIBUTING.md
/usr/share/doc/perl-Config-Model-Backend-Yaml/Changes
/usr/share/doc/perl-Config-Model-Backend-Yaml/README.md
/usr/share/licenses/perl-Config-Model-Backend-Yaml
/usr/share/licenses/perl-Config-Model-Backend-Yaml/LICENSE
/usr/share/man/man3/Config::Model::Backend::Yaml.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/Model
/usr/share/perl5/vendor_perl/Config/Model/Backend
/usr/share/perl5/vendor_perl/Config/Model/Backend/Yaml.pm

References

Summary

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