How to Install and Uninstall perl-Test-SQL-Data.noarch Package on Fedora 35

Last updated: January 14,2025

1. Install "perl-Test-SQL-Data.noarch" package

This tutorial shows how to install perl-Test-SQL-Data.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Test-SQL-Data.noarch

2. Uninstall "perl-Test-SQL-Data.noarch" package

Learn how to uninstall perl-Test-SQL-Data.noarch on Fedora 35:

$ sudo dnf remove perl-Test-SQL-Data.noarch $ sudo dnf autoremove

3. Information about the perl-Test-SQL-Data.noarch package on Fedora 35

Last metadata expiration check: 3:01:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-SQL-Data
Version : 0.0.6
Release : 13.fc35
Architecture : noarch
Size : 18 k
Source : perl-Test-SQL-Data-0.0.6-13.fc35.src.rpm
Repository : fedora
Summary : Helps running SQL tests: database preparing and result matching
URL : https://github.com/frankiejol/Test-SQL-Data
License : GPL+ or Artistic
Description : The purpose of Test::SQL::Data is to give your module a clean database to
: work with. When the module loads it prepares the database. You can have it
: empty or pre-load some SQL code before running your tests. Then you can use
: the module again to check if your expected results match the contents of
: the tables of the database.