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

Last updated: November 27,2024

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

This guide covers the steps necessary to install perl-Test-Command-Simple.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Command-Simple.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:47:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Test-Command-Simple
Version : 0.05
Release : 12.fc39
Architecture : noarch
Size : 16 k
Source : perl-Test-Command-Simple-0.05-12.fc39.src.rpm
Repository : fedora
Summary : Test external commands (nearly) as easily as loaded modules
URL : https://metacpan.org/release/Test-Command-Simple
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This test module is intended to simplify testing of external commands. It does
: so by running the command under IPC::Open3, closing the stdin immediately, and
: reading everything from the command's stdout and stderr. It then makes the
: output available to be tested.