How To Install perl-Test-Command-Simple on Fedora 36

In this tutorial we learn how to install perl-Test-Command-Simple in Fedora 36. perl-Test-Command-Simple is Test external commands (nearly) as easily as loaded modules

Introduction

In this tutorial we learn how to install perl-Test-Command-Simple on Fedora 36.

What is perl-Test-Command-Simple

This test module is intended to simplify testing of external commands. It does so by running the command under IPC reading everything from the command’s stdout and stderr. It then makes the output available to be tested.

We can use yum or dnf to install perl-Test-Command-Simple on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-Command-Simple.

Install perl-Test-Command-Simple on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Test-Command-Simple using dnf by running the following command:

sudo dnf -y install perl-Test-Command-Simple

Install perl-Test-Command-Simple on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Test-Command-Simple using yum by running the following command:

sudo yum -y install perl-Test-Command-Simple

How To Uninstall perl-Test-Command-Simple on Fedora 36

To uninstall only the perl-Test-Command-Simple package we can use the following command:

sudo dnf remove perl-Test-Command-Simple

perl-Test-Command-Simple Package Contents on Fedora 36

/usr/share/doc/perl-Test-Command-Simple
/usr/share/doc/perl-Test-Command-Simple/Changes
/usr/share/doc/perl-Test-Command-Simple/README
/usr/share/man/man3/Test::Command::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Command
/usr/share/perl5/vendor_perl/Test/Command/Simple.pm

References

Summary

In this tutorial we learn how to install perl-Test-Command-Simple on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).