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

Last updated: July 05,2024

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

Here is a brief guide to show you how to install perl-Test-SQL-Data.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Test-SQL-Data.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:12:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-SQL-Data
Version : 0.0.6
Release : 11.fc34
Architecture : noarch
Size : 18 k
Source : perl-Test-SQL-Data-0.0.6-11.fc34.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.