How To Install perl-Role-Basic on Fedora 36

In this tutorial we learn how to install perl-Role-Basic in Fedora 36. perl-Role-Basic is Just roles. Nothing else

Introduction

In this tutorial we learn how to install perl-Role-Basic on Fedora 36.

What is perl-Role-Basic

Simplified Moose-like roles.

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

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

sudo dnf -y install perl-Role-Basic

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

sudo yum -y install perl-Role-Basic

How To Uninstall perl-Role-Basic on Fedora 36

To uninstall only the perl-Role-Basic package we can use the following command:

sudo dnf remove perl-Role-Basic

perl-Role-Basic Package Contents on Fedora 36

/usr/share/doc/perl-Role-Basic
/usr/share/doc/perl-Role-Basic/Changes
/usr/share/doc/perl-Role-Basic/README
/usr/share/man/man3/Role::Basic.3pm.gz
/usr/share/man/man3/Role::Basic::Philosophy.3pm.gz
/usr/share/perl5/vendor_perl/Role
/usr/share/perl5/vendor_perl/Role/Basic
/usr/share/perl5/vendor_perl/Role/Basic.pm
/usr/share/perl5/vendor_perl/Role/Basic/Philosophy.pod

References

Summary

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