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

Last updated: September 29,2024

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

This guide covers the steps necessary to install perl-DBICx-TestDatabase.noarch on Fedora 34

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

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

Learn how to uninstall perl-DBICx-TestDatabase.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:12:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-DBICx-TestDatabase
Version : 0.05
Release : 19.fc34
Architecture : noarch
Size : 15 k
Source : perl-DBICx-TestDatabase-0.05-19.fc34.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.