How to Install and Uninstall perl-DBICx-TestDatabase.noarch Package on Fedora 36

Last updated: July 01,2024

1. Install "perl-DBICx-TestDatabase.noarch" package

This is a short guide on how to install perl-DBICx-TestDatabase.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-DBICx-TestDatabase.noarch

2. Uninstall "perl-DBICx-TestDatabase.noarch" package

Please follow the steps below to uninstall perl-DBICx-TestDatabase.noarch on Fedora 36:

$ sudo dnf remove perl-DBICx-TestDatabase.noarch $ sudo dnf autoremove

3. Information about the perl-DBICx-TestDatabase.noarch package on Fedora 36

Last metadata expiration check: 0:28:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-DBICx-TestDatabase
Version : 0.05
Release : 22.fc36
Architecture : noarch
Size : 15 k
Source : perl-DBICx-TestDatabase-0.05-22.fc36.src.rpm
Repository : fedora
Summary : Create a temporary database from a DBIx::Class::Schema
URL : https://metacpan.org/release/DBICx-TestDatabase
License : GPL+ or Artistic
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.