How to Install and Uninstall perl-DBICx-TestDatabase Package on openSUSE Leap

Last updated: May 21,2024

1. Install "perl-DBICx-TestDatabase" package

Please follow the steps below to install perl-DBICx-TestDatabase on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DBICx-TestDatabase

2. Uninstall "perl-DBICx-TestDatabase" package

This is a short guide on how to uninstall perl-DBICx-TestDatabase on openSUSE Leap:

$ sudo zypper remove perl-DBICx-TestDatabase

3. Information about the perl-DBICx-TestDatabase package on openSUSE Leap

Information for package perl-DBICx-TestDatabase:
------------------------------------------------
Repository : Main Repository
Name : perl-DBICx-TestDatabase
Version : 0.05-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 8.5 KiB
Installed : No
Status : not installed
Source package : perl-DBICx-TestDatabase-0.05-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/DBICx-TestDatabase/
Summary : Create a Temporary Database From a Dbix::Class::Schema
Description :
This module creates a temporary SQLite database, deploys your DBIC schema,
and then connects to it. This lets you easily test your DBIC schema. Since
you have a fresh database for every test, you don't have to worry about
cleaning up after your tests, ordering of tests affecting failure, etc.