How To Install perl-Data-Pond on Fedora 36

In this tutorial we learn how to install perl-Data-Pond in Fedora 36. perl-Data-Pond is Perl-based open notation for data

Introduction

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

What is perl-Data-Pond

This module is concerned with representing data structures in a textual notation known as “Pond” (Perl-based open notation for data). The notation is a strict subset of Perl expression syntax, but is intended to have language- independent use. It is similar in spirit to JSON, which is based on JavaScript, but Pond represents fewer data types directly.

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

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

sudo dnf -y install perl-Data-Pond

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

sudo yum -y install perl-Data-Pond

How To Uninstall perl-Data-Pond on Fedora 36

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

sudo dnf remove perl-Data-Pond

perl-Data-Pond Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/20b6c10cc96e7f763452a8c8143b48bff71154
/usr/lib64/perl5/vendor_perl/Data
/usr/lib64/perl5/vendor_perl/Data/Pond.pm
/usr/lib64/perl5/vendor_perl/auto/Data
/usr/lib64/perl5/vendor_perl/auto/Data/Pond
/usr/lib64/perl5/vendor_perl/auto/Data/Pond/Pond.bs
/usr/lib64/perl5/vendor_perl/auto/Data/Pond/Pond.so
/usr/share/doc/perl-Data-Pond
/usr/share/doc/perl-Data-Pond/Changes
/usr/share/doc/perl-Data-Pond/README
/usr/share/man/man3/Data::Pond.3pm.gz

References

Summary

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