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

Last updated: May 02,2024

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

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

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

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

Learn how to uninstall perl-Test-Command-Simple.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:03:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-Command-Simple
Version : 0.05
Release : 7.fc35
Architecture : noarch
Size : 16 k
Source : perl-Test-Command-Simple-0.05-7.fc35.src.rpm
Repository : updates
Summary : Test external commands (nearly) as easily as loaded modules
URL : https://metacpan.org/release/Test-Command-Simple
License : GPL+ or Artistic
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.