How To Install perl-MooseX-Async on Fedora 36

In this tutorial we learn how to install perl-MooseX-Async in Fedora 36. perl-MooseX-Async is Set of Metaclasses for MooseX

Introduction

In this tutorial we learn how to install perl-MooseX-Async on Fedora 36.

What is perl-MooseX-Async

MooseX

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

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

sudo dnf -y install perl-MooseX-Async

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

sudo yum -y install perl-MooseX-Async

How To Uninstall perl-MooseX-Async on Fedora 36

To uninstall only the perl-MooseX-Async package we can use the following command:

sudo dnf remove perl-MooseX-Async

perl-MooseX-Async Package Contents on Fedora 36

/usr/share/doc/perl-MooseX-Async
/usr/share/doc/perl-MooseX-Async/Changes
/usr/share/doc/perl-MooseX-Async/README
/usr/share/man/man3/MooseX::Async.3pm.gz
/usr/share/man/man3/MooseX::Async::Meta::Class.3pm.gz
/usr/share/man/man3/MooseX::Async::Meta::Method::State.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/._Async.pm
/usr/share/perl5/vendor_perl/MooseX/Async
/usr/share/perl5/vendor_perl/MooseX/Async.pm
/usr/share/perl5/vendor_perl/MooseX/Async/Meta
/usr/share/perl5/vendor_perl/MooseX/Async/Meta/Class.pm
/usr/share/perl5/vendor_perl/MooseX/Async/Meta/Method
/usr/share/perl5/vendor_perl/MooseX/Async/Meta/Method/State.pm
/usr/share/perl5/vendor_perl/MooseX/Async/Meta/Role.pm
/usr/share/perl5/vendor_perl/MooseX/Async/Meta/Trait.pm

References

Summary

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