How to Install and Uninstall perl-Data-ObjectDriver Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "perl-Data-ObjectDriver" package

This tutorial shows how to install perl-Data-ObjectDriver on openSuSE Tumbleweed

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

2. Uninstall "perl-Data-ObjectDriver" package

Here is a brief guide to show you how to uninstall perl-Data-ObjectDriver on openSuSE Tumbleweed:

$ sudo zypper remove perl-Data-ObjectDriver

3. Information about the perl-Data-ObjectDriver package on openSuSE Tumbleweed

Information for package perl-Data-ObjectDriver:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Data-ObjectDriver
Version : 0.22-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 293.9 KiB
Installed : No
Status : not installed
Source package : perl-Data-ObjectDriver-0.22-1.4.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.