How To Install perl-Callback on Fedora 36

In this tutorial we learn how to install perl-Callback in Fedora 36. perl-Callback is Object interface for function callbacks

Introduction

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

What is perl-Callback

Callback provides a standard interface to register callbacks. Those callbacks can be either purely functional (i.e. a function call with arguments) or object-oriented (a method call on an object).

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

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

sudo dnf -y install perl-Callback

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

sudo yum -y install perl-Callback

How To Uninstall perl-Callback on Fedora 36

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

sudo dnf remove perl-Callback

perl-Callback Package Contents on Fedora 36

/usr/share/doc/perl-Callback
/usr/share/doc/perl-Callback/CHANGELOG
/usr/share/doc/perl-Callback/README
/usr/share/man/man3/Callback.3pm.gz
/usr/share/perl5/vendor_perl/Callback.pm
/usr/share/perl5/vendor_perl/Callback.pod

References

Summary

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