How To Install perl-Data-AsObject on Fedora 36

In this tutorial we learn how to install perl-Data-AsObject in Fedora 36. perl-Data-AsObject is Easy OO access to complex perl data structures

Introduction

In this tutorial we learn how to install perl-Data-AsObject on Fedora 36.

What is perl-Data-AsObject

Data arbitrarily nested perl data structures. It is particularly suitable for working with hash-based representation of XML data, as generated by modules like XML

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

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

sudo dnf -y install perl-Data-AsObject

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

sudo yum -y install perl-Data-AsObject

How To Uninstall perl-Data-AsObject on Fedora 36

To uninstall only the perl-Data-AsObject package we can use the following command:

sudo dnf remove perl-Data-AsObject

perl-Data-AsObject Package Contents on Fedora 36

/usr/share/doc/perl-Data-AsObject
/usr/share/doc/perl-Data-AsObject/Changes
/usr/share/doc/perl-Data-AsObject/README
/usr/share/man/man3/Data::AsObject.3pm.gz
/usr/share/man/man3/Data::AsObject::Array.3pm.gz
/usr/share/man/man3/Data::AsObject::Hash.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/AsObject
/usr/share/perl5/vendor_perl/Data/AsObject.pm
/usr/share/perl5/vendor_perl/Data/AsObject/Array.pm
/usr/share/perl5/vendor_perl/Data/AsObject/Hash.pm

References

Summary

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