How to Install and Uninstall perl-Test-Command.noarch Package on Fedora 39

Last updated: January 15,2025

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

Please follow the steps below to install perl-Test-Command.noarch on Fedora 39

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

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

Please follow the steps below to uninstall perl-Test-Command.noarch on Fedora 39:

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

3. Information about the perl-Test-Command.noarch package on Fedora 39

Last metadata expiration check: 3:24:58 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Test-Command
Version : 0.11
Release : 24.fc39
Architecture : noarch
Size : 20 k
Source : perl-Test-Command-0.11-24.fc39.src.rpm
Repository : fedora
Summary : Test routines for external commands
URL : https://metacpan.org/release/Test-Command
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Test::Command intends to bridge the gap between the well tested functions
: and objects you choose and their usage in your programs. By examining the
: exit status, terminating signal, STDOUT and STDERR of your program you can
: determine if it is behaving as expected.