How to Install and Uninstall perl-Module-Pluggable.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

This guide covers the steps necessary to install perl-Module-Pluggable.noarch on Rocky Linux 8

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

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

Please follow the instructions below to uninstall perl-Module-Pluggable.noarch on Rocky Linux 8:

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

3. Information about the perl-Module-Pluggable.noarch package on Rocky Linux 8

Last metadata expiration check: 1:36:54 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Module-Pluggable
Epoch : 2
Version : 5.2
Release : 7.el8
Architecture : noarch
Size : 32 k
Source : perl-Module-Pluggable-5.2-7.el8.src.rpm
Repository : appstream
Summary : Automatically give your module the ability to have plugins
URL : http://search.cpan.org/dist/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.