How to Install and Uninstall perl-Class-DBI-Plugin.noarch Package on Oracle Linux 9
Last updated: November 25,2024
1. Install "perl-Class-DBI-Plugin.noarch" package
Here is a brief guide to show you how to install perl-Class-DBI-Plugin.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Class-DBI-Plugin.noarch
Copied
2. Uninstall "perl-Class-DBI-Plugin.noarch" package
This is a short guide on how to uninstall perl-Class-DBI-Plugin.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-Class-DBI-Plugin.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Class-DBI-Plugin.noarch package on Oracle Linux 9
Last metadata expiration check: 0:28:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Class-DBI-Plugin
Version : 0.03
Release : 48.el9
Architecture : noarch
Size : 14 k
Source : perl-Class-DBI-Plugin-0.03-48.el9.src.rpm
Repository : epel
Summary : Abstract base class for Class::DBI plugins
URL : https://metacpan.org/release/Class-DBI-Plugin
License : GPL+ or Artistic
Description : Class::DBI::Plugin is an abstract base class for Class::DBI plugins. Its
: purpose is to make writing plugins easier. Writers of plugins should be able
: to concentrate on the functionality their module provides, instead of having
: to deal with the symbol table hackery involved when writing a plugin module.
: Only three things must be remembered:
:
: * All methods to be exported are given the "Plugged" attribute. All other
: methods are not exported to the plugged-in class.
:
: * Method calls that are to be sent to the plugged-in class are put in the
: init() method. Examples of these are set_sql(), add_trigger() and so on.
:
: * The class parameter for the init() method and the "Plugged" methods is the
: plugged-in class, not the plugin class.
Available Packages
Name : perl-Class-DBI-Plugin
Version : 0.03
Release : 48.el9
Architecture : noarch
Size : 14 k
Source : perl-Class-DBI-Plugin-0.03-48.el9.src.rpm
Repository : epel
Summary : Abstract base class for Class::DBI plugins
URL : https://metacpan.org/release/Class-DBI-Plugin
License : GPL+ or Artistic
Description : Class::DBI::Plugin is an abstract base class for Class::DBI plugins. Its
: purpose is to make writing plugins easier. Writers of plugins should be able
: to concentrate on the functionality their module provides, instead of having
: to deal with the symbol table hackery involved when writing a plugin module.
: Only three things must be remembered:
:
: * All methods to be exported are given the "Plugged" attribute. All other
: methods are not exported to the plugged-in class.
:
: * Method calls that are to be sent to the plugged-in class are put in the
: init() method. Examples of these are set_sql(), add_trigger() and so on.
:
: * The class parameter for the init() method and the "Plugged" methods is the
: plugged-in class, not the plugin class.