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

Last updated: May 20,2024

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

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

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

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

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

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

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

Last metadata expiration check: 2:50:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Command
Version : 0.11
Release : 16.fc34
Architecture : noarch
Size : 21 k
Source : perl-Test-Command-0.11-16.fc34.src.rpm
Repository : fedora
Summary : Test routines for external commands
URL : https://metacpan.org/release/Test-Command
License : GPL+ or Artistic
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.