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

Last updated: September 23,2024

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

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

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

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

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

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

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

Last metadata expiration check: 1:27:30 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Test-Command
Version : 0.11
Release : 18.fc35
Architecture : noarch
Size : 21 k
Source : perl-Test-Command-0.11-18.fc35.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.