How To Install perl-Object-Pad on Fedora 36

In this tutorial we learn how to install perl-Object-Pad in Fedora 36. perl-Object-Pad is Simple syntax for lexical slot-based objects

Introduction

In this tutorial we learn how to install perl-Object-Pad on Fedora 36.

What is perl-Object-Pad

This Perl module provides a simple syntax for creating object classes, which uses private variables that look like lexical variables for object member fields.

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

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

sudo dnf -y install perl-Object-Pad

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

sudo yum -y install perl-Object-Pad

How To Uninstall perl-Object-Pad on Fedora 36

To uninstall only the perl-Object-Pad package we can use the following command:

sudo dnf remove perl-Object-Pad

perl-Object-Pad Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/cff5d143efd370f6c2f110c80d04c5d83b27de
/usr/lib64/perl5/vendor_perl/Object
/usr/lib64/perl5/vendor_perl/Object/Pad
/usr/lib64/perl5/vendor_perl/Object/Pad.pm
/usr/lib64/perl5/vendor_perl/Object/Pad/MOP
/usr/lib64/perl5/vendor_perl/Object/Pad/MOP/Class.pm
/usr/lib64/perl5/vendor_perl/Object/Pad/MOP/Field.pm
/usr/lib64/perl5/vendor_perl/Object/Pad/MOP/FieldAttr.pm
/usr/lib64/perl5/vendor_perl/Object/Pad/MOP/Method.pm
/usr/lib64/perl5/vendor_perl/auto/Object
/usr/lib64/perl5/vendor_perl/auto/Object/Pad
/usr/lib64/perl5/vendor_perl/auto/Object/Pad/Pad.so
/usr/share/doc/perl-Object-Pad
/usr/share/doc/perl-Object-Pad/Changes
/usr/share/doc/perl-Object-Pad/README
/usr/share/licenses/perl-Object-Pad
/usr/share/licenses/perl-Object-Pad/LICENSE
/usr/share/man/man3/Object::Pad.3pm.gz
/usr/share/man/man3/Object::Pad::MOP::Class.3pm.gz
/usr/share/man/man3/Object::Pad::MOP::Field.3pm.gz
/usr/share/man/man3/Object::Pad::MOP::FieldAttr.3pm.gz
/usr/share/man/man3/Object::Pad::MOP::Method.3pm.gz

References

Summary

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