How To Install perl-Carp-tests on Fedora 36

In this tutorial we learn how to install perl-Carp-tests in Fedora 36. perl-Carp-tests is Tests for perl-Carp

Introduction

In this tutorial we learn how to install perl-Carp-tests on Fedora 36.

What is perl-Carp-tests

Tests from perl-Carp. Execute them with “/usr/libexec/perl-Carp/test”.

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

Install perl-Carp-tests 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-Carp-tests using dnf by running the following command:

sudo dnf -y install perl-Carp-tests

Install perl-Carp-tests 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-Carp-tests using yum by running the following command:

sudo yum -y install perl-Carp-tests

How To Uninstall perl-Carp-tests on Fedora 36

To uninstall only the perl-Carp-tests package we can use the following command:

sudo dnf remove perl-Carp-tests

perl-Carp-tests Package Contents on Fedora 36

/usr/libexec/perl-Carp
/usr/libexec/perl-Carp/t
/usr/libexec/perl-Carp/t/Carp.t
/usr/libexec/perl-Carp/t/Carp_overload.t
/usr/libexec/perl-Carp/t/Carp_overloadless.t
/usr/libexec/perl-Carp/t/arg_regexp.t
/usr/libexec/perl-Carp/t/arg_string.t
/usr/libexec/perl-Carp/t/baduni.t
/usr/libexec/perl-Carp/t/baduni_warnings.t
/usr/libexec/perl-Carp/t/broken_can.t
/usr/libexec/perl-Carp/t/broken_univ_can.t
/usr/libexec/perl-Carp/t/errno.t
/usr/libexec/perl-Carp/t/heavy.t
/usr/libexec/perl-Carp/t/heavy_mismatch.t
/usr/libexec/perl-Carp/t/stack_after_err.t
/usr/libexec/perl-Carp/t/stash_deletion.t
/usr/libexec/perl-Carp/t/swash.t
/usr/libexec/perl-Carp/t/vivify_gv.t
/usr/libexec/perl-Carp/t/vivify_stash.t
/usr/libexec/perl-Carp/t/with_warnings.t
/usr/libexec/perl-Carp/test

References

Summary

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