How To Install perl-Object-Tiny on Fedora 36

In this tutorial we learn how to install perl-Object-Tiny in Fedora 36. perl-Object-Tiny is Class building as simple as it gets

Introduction

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

What is perl-Object-Tiny

To use Object This will create a basic “new” constructor and a bunch of simple accessors, and set the inheritance to be the child of Object

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

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

sudo dnf -y install perl-Object-Tiny

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

sudo yum -y install perl-Object-Tiny

How To Uninstall perl-Object-Tiny on Fedora 36

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

sudo dnf remove perl-Object-Tiny

perl-Object-Tiny Package Contents on Fedora 36

/usr/share/doc/perl-Object-Tiny
/usr/share/doc/perl-Object-Tiny/CONTRIBUTING
/usr/share/doc/perl-Object-Tiny/Changes
/usr/share/doc/perl-Object-Tiny/README
/usr/share/doc/perl-Object-Tiny/examples
/usr/share/doc/perl-Object-Tiny/examples/Foo_Bar_Accessor.pm
/usr/share/doc/perl-Object-Tiny/examples/Foo_Bar_Accessor2.pm
/usr/share/doc/perl-Object-Tiny/examples/Foo_Bar_Tiny.pm
/usr/share/doc/perl-Object-Tiny/examples/Foo_Bar_Tiny2.pm
/usr/share/doc/perl-Object-Tiny/examples/benchmark.pl
/usr/share/licenses/perl-Object-Tiny
/usr/share/licenses/perl-Object-Tiny/LICENSE
/usr/share/man/man3/Object::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/Object
/usr/share/perl5/vendor_perl/Object/Tiny.pm

References

Summary

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