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

Last updated: October 09,2024

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

This is a short guide on how to install perl-Module-Pluggable.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall perl-Module-Pluggable.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:04:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Module-Pluggable
Epoch : 2
Version : 5.2
Release : 18.fc35
Architecture : noarch
Size : 31 k
Source : perl-Module-Pluggable-5.2-18.fc35.src.rpm
Repository : fedora
Summary : Automatically give your module the ability to have plugins
URL : https://metacpan.org/release/Module-Pluggable
License : GPL+ or Artistic
Description : This package provides a simple but, hopefully, extensible way of having
: 'plugins' for your module. Essentially all it does is export a method into
: your name space that looks through a search path for .pm files and turn those
: into class names. Optionally it instantiates those classes for you.