How To Install perl-Carp-Assert-More on Fedora 36

In this tutorial we learn how to install perl-Carp-Assert-More in Fedora 36. perl-Carp-Assert-More is Convenience wrappers around Carp

Introduction

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

What is perl-Carp-Assert-More

Carp functions to make the habit of writing assertions even easier.

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

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

sudo dnf -y install perl-Carp-Assert-More

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

sudo yum -y install perl-Carp-Assert-More

How To Uninstall perl-Carp-Assert-More on Fedora 36

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

sudo dnf remove perl-Carp-Assert-More

perl-Carp-Assert-More Package Contents on Fedora 36

/usr/share/doc/perl-Carp-Assert-More
/usr/share/doc/perl-Carp-Assert-More/Changes
/usr/share/man/man3/Carp::Assert::More.3pm.gz
/usr/share/perl5/vendor_perl/Carp/Assert
/usr/share/perl5/vendor_perl/Carp/Assert/More.pm

References

Summary

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