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

Last updated: July 01,2024

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

This guide let you learn how to install perl-Module-Pluggable.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Module-Pluggable.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:47:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Module-Pluggable
Epoch : 2
Version : 5.2
Release : 16.fc34
Architecture : noarch
Size : 32 k
Source : perl-Module-Pluggable-5.2-16.fc34.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.