How to Install and Uninstall perl-DBIx-ContextualFetch Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-DBIx-ContextualFetch" package

This is a short guide on how to install perl-DBIx-ContextualFetch on openSuSE Tumbleweed

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

2. Uninstall "perl-DBIx-ContextualFetch" package

Please follow the guidelines below to uninstall perl-DBIx-ContextualFetch on openSuSE Tumbleweed:

$ sudo zypper remove perl-DBIx-ContextualFetch

3. Information about the perl-DBIx-ContextualFetch package on openSuSE Tumbleweed

Information for package perl-DBIx-ContextualFetch:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DBIx-ContextualFetch
Version : 1.03-5.30
Arch : noarch
Vendor : openSUSE
Installed Size : 11.9 KiB
Installed : No
Status : not installed
Source package : perl-DBIx-ContextualFetch-1.03-5.30.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).