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

Last updated: November 27,2024

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

This is a short guide on how to install perl-Test-SQL-Data.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 5:37:59 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-SQL-Data
Version : 0.0.6
Release : 17.fc38
Architecture : noarch
Size : 18 k
Source : perl-Test-SQL-Data-0.0.6-17.fc38.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.