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

Last updated: October 07,2024

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

This tutorial shows how to install perl-Test-Command.noarch on Fedora 36

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

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

This is a short guide on how to uninstall perl-Test-Command.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:39:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-Command
Version : 0.11
Release : 19.fc36
Architecture : noarch
Size : 21 k
Source : perl-Test-Command-0.11-19.fc36.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.