How to Install and Uninstall perl-Module-Pluggable.noarch Package on CentOS Stream 8

Last updated: November 01,2024

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

In this section, we are going to explain the necessary steps to install perl-Module-Pluggable.noarch on CentOS Stream 8

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

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

Please follow the guidelines below to uninstall perl-Module-Pluggable.noarch on CentOS Stream 8:

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

3. Information about the perl-Module-Pluggable.noarch package on CentOS Stream 8

Last metadata expiration check: 0:08:31 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Module-Pluggable
Epoch : 2
Version : 5.2
Release : 7.el8
Architecture : noarch
Size : 34 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.