How to Install and Uninstall perl-DBIx-ContextualFetch Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-DBIx-ContextualFetch" package

Please follow the instructions below to install perl-DBIx-ContextualFetch on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DBIx-ContextualFetch

2. Uninstall "perl-DBIx-ContextualFetch" package

This tutorial shows how to uninstall perl-DBIx-ContextualFetch on openSUSE Leap:

$ sudo zypper remove perl-DBIx-ContextualFetch

3. Information about the perl-DBIx-ContextualFetch package on openSUSE Leap

Information for package perl-DBIx-ContextualFetch:
--------------------------------------------------
Repository : Main Repository
Name : perl-DBIx-ContextualFetch
Version : 1.03-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 12.2 KiB
Installed : No
Status : not installed
Source package : perl-DBIx-ContextualFetch-1.03-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/DBIx-ContextualFetch/
Summary : Add contextual fetches to DBI
Description :
It always struck me odd that DBI didn't take much advantage of Perl's
context sensitivity. DBIx::ContextualFetch redefines some of the various
fetch methods to fix this oversight. It also adds a few new methods for
convenience (though not necessarily efficiency).