How to Install and Uninstall perl-Module-Pluggable.src Package on Oracle Linux 8

Last updated: September 22,2024

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

In this section, we are going to explain the necessary steps to install perl-Module-Pluggable.src on Oracle Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-Module-Pluggable.src on Oracle Linux 8:

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

3. Information about the perl-Module-Pluggable.src package on Oracle Linux 8

Last metadata expiration check: 1:18:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Module-Pluggable
Epoch : 2
Version : 5.2
Release : 7.el8
Architecture : src
Size : 38 k
Source : None
Repository : ol8_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.