How To Install perl-Data-Peek on Fedora 36

In this tutorial we learn how to install perl-Data-Peek in Fedora 36. perl-Data-Peek is Collection of low-level debug facilities

Introduction

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

What is perl-Data-Peek

Data but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible.

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

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

sudo dnf -y install perl-Data-Peek

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

sudo yum -y install perl-Data-Peek

How To Uninstall perl-Data-Peek on Fedora 36

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

sudo dnf remove perl-Data-Peek

perl-Data-Peek Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/adbaecda8a9864f2121bcfd8cad8712a7a10a3
/usr/lib64/perl5/vendor_perl/DP.pm
/usr/lib64/perl5/vendor_perl/Data
/usr/lib64/perl5/vendor_perl/Data/Peek.pm
/usr/lib64/perl5/vendor_perl/auto/Data
/usr/lib64/perl5/vendor_perl/auto/Data/Peek
/usr/lib64/perl5/vendor_perl/auto/Data/Peek/Peek.so
/usr/share/doc/perl-Data-Peek
/usr/share/doc/perl-Data-Peek/CONTRIBUTING.md
/usr/share/doc/perl-Data-Peek/ChangeLog
/usr/share/doc/perl-Data-Peek/README
/usr/share/man/man3/Data::DP.3pm.gz
/usr/share/man/man3/Data::Peek.3pm.gz

References

Summary

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