How to Install and Uninstall perl-Callback.noarch Package on Fedora 35

Last updated: February 08,2025

1. Install "perl-Callback.noarch" package

This guide covers the steps necessary to install perl-Callback.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Callback.noarch

2. Uninstall "perl-Callback.noarch" package

Please follow the instructions below to uninstall perl-Callback.noarch on Fedora 35:

$ sudo dnf remove perl-Callback.noarch $ sudo dnf autoremove

3. Information about the perl-Callback.noarch package on Fedora 35

Last metadata expiration check: 5:15:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Callback
Version : 1.07
Release : 36.fc35
Architecture : noarch
Size : 14 k
Source : perl-Callback-1.07-36.fc35.src.rpm
Repository : fedora
Summary : Object interface for function callbacks
URL : https://metacpan.org/release/Callback
License : GPL+ or Artistic
Description : 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).