How To Install perl-Test-Run-CmdLine on Fedora 36

In this tutorial we learn how to install perl-Test-Run-CmdLine in Fedora 36. perl-Test-Run-CmdLine is Run TAP tests from command line using the Test

Introduction

In this tutorial we learn how to install perl-Test-Run-CmdLine on Fedora 36.

What is perl-Test-Run-CmdLine

These Perl modules allow one to run TAP tests and analyze them from the command line using the Test command line facilities similar to Test

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

Install perl-Test-Run-CmdLine 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-Run-CmdLine using dnf by running the following command:

sudo dnf -y install perl-Test-Run-CmdLine

Install perl-Test-Run-CmdLine 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-Run-CmdLine using yum by running the following command:

sudo yum -y install perl-Test-Run-CmdLine

How To Uninstall perl-Test-Run-CmdLine on Fedora 36

To uninstall only the perl-Test-Run-CmdLine package we can use the following command:

sudo dnf remove perl-Test-Run-CmdLine

perl-Test-Run-CmdLine Package Contents on Fedora 36

/usr/bin/runprove
/usr/share/doc/perl-Test-Run-CmdLine
/usr/share/doc/perl-Test-Run-CmdLine/Changes
/usr/share/doc/perl-Test-Run-CmdLine/README
/usr/share/doc/perl-Test-Run-CmdLine/docs
/usr/share/doc/perl-Test-Run-CmdLine/docs/Namespace-Planning.txt
/usr/share/licenses/perl-Test-Run-CmdLine
/usr/share/licenses/perl-Test-Run-CmdLine/LICENSE
/usr/share/man/man1/runprove.1.gz
/usr/share/man/man3/Test::Run::CmdLine.3pm.gz
/usr/share/man/man3/Test::Run::CmdLine::Drivers::Default.3pm.gz
/usr/share/man/man3/Test::Run::CmdLine::Iface.3pm.gz
/usr/share/man/man3/Test::Run::CmdLine::Prove.3pm.gz
/usr/share/man/man3/Test::Run::CmdLine::Prove::App.3pm.gz
/usr/share/man/man3/Test::Run::CmdLine::Trap::Prove.3pm.gz
/usr/share/man/man3/Test::Run::CmdLine::Trap::ProveApp.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Run
/usr/share/perl5/vendor_perl/Test/Run/CmdLine
/usr/share/perl5/vendor_perl/Test/Run/CmdLine.pm
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Drivers
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Drivers/Default.pm
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Iface.pm
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Prove
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Prove.pm
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Prove/App.pm
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Trap
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Trap/Prove.pm
/usr/share/perl5/vendor_perl/Test/Run/CmdLine/Trap/ProveApp.pm

References

Summary

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