How to Install and Uninstall perl-Module-Pluggable-Ordered.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "perl-Module-Pluggable-Ordered.noarch" package

Learn how to install perl-Module-Pluggable-Ordered.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Module-Pluggable-Ordered.noarch

2. Uninstall "perl-Module-Pluggable-Ordered.noarch" package

This tutorial shows how to uninstall perl-Module-Pluggable-Ordered.noarch on Fedora 35:

$ sudo dnf remove perl-Module-Pluggable-Ordered.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Pluggable-Ordered.noarch package on Fedora 35

Last metadata expiration check: 3:51:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Module-Pluggable-Ordered
Version : 1.5
Release : 36.fc35
Architecture : noarch
Size : 15 k
Source : perl-Module-Pluggable-Ordered-1.5-36.fc35.src.rpm
Repository : fedora
Summary : Call module plugins in a specified order
URL : https://metacpan.org/release/Module-Pluggable-Ordered
License : GPL+ or Artistic
Description : This module behaves exactly the same as Module::Pluggable, supporting
: all of its options, but also mixes in the call_plugins and
: plugins_ordered methods to your class. call_plugins acts a little like
: Class::Trigger; it takes the name of a method, and some parameters.
: Let's say we call it like so: