How to Install and Uninstall perl-Data-ObjectDriver Package on openSUSE Leap

Last updated: May 23,2024

1. Install "perl-Data-ObjectDriver" package

In this section, we are going to explain the necessary steps to install perl-Data-ObjectDriver on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Data-ObjectDriver

2. Uninstall "perl-Data-ObjectDriver" package

Please follow the guidelines below to uninstall perl-Data-ObjectDriver on openSUSE Leap:

$ sudo zypper remove perl-Data-ObjectDriver

3. Information about the perl-Data-ObjectDriver package on openSUSE Leap

Information for package perl-Data-ObjectDriver:
-----------------------------------------------
Repository : Main Repository
Name : perl-Data-ObjectDriver
Version : 0.21-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 309.3 KiB
Installed : No
Status : not installed
Source package : perl-Data-ObjectDriver-0.21-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Data-ObjectDriver
Summary : Simple, transparent data interface, with caching
Description :
_Data::ObjectDriver_ is an object relational mapper, meaning that it maps
object-oriented design concepts onto a relational database.
It's inspired by, and descended from, the _MT::ObjectDriver_ classes in Six
Apart's Movable Type and TypePad weblogging products. But it adds in
caching and partitioning layers, allowing you to spread data across
multiple physical databases, without your application code needing to know
where the data is stored.