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

Last updated: January 11,2025

1. Install "perl-Test-Differences.noarch" package

In this section, we are going to explain the necessary steps to install perl-Test-Differences.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Test-Differences.noarch

2. Uninstall "perl-Test-Differences.noarch" package

Here is a brief guide to show you how to uninstall perl-Test-Differences.noarch on Fedora 38:

$ sudo dnf remove perl-Test-Differences.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:15:20 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-Differences
Version : 0.6900
Release : 5.fc38
Architecture : noarch
Size : 24 k
Source : perl-Test-Differences-0.6900-5.fc38.src.rpm
Repository : fedora
Summary : Test strings and data structures and show differences if not OK
URL : https://metacpan.org/release/Test-Differences
License : GPL+ or Artistic
Description : When the code you're testing returns multiple lines, records or data
: structures and they're just plain wrong, an equivalent to the Unix
: diff utility may be just what's needed.