How To Install perl-App-Cache-tests on Fedora 36

In this tutorial we learn how to install perl-App-Cache-tests in Fedora 36. perl-App-Cache-tests is Test suite for package perl-App-Cache

Introduction

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

What is perl-App-Cache-tests

This package provides the test suite for package perl-App-Cache.

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

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

sudo dnf -y install perl-App-Cache-tests

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

sudo yum -y install perl-App-Cache-tests

How To Uninstall perl-App-Cache-tests on Fedora 36

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

sudo dnf remove perl-App-Cache-tests

perl-App-Cache-tests Package Contents on Fedora 36

/usr/libexec/perl5-tests
/usr/libexec/perl5-tests/App-Cache
/usr/libexec/perl5-tests/App-Cache/META.yml
/usr/libexec/perl5-tests/App-Cache/t
/usr/libexec/perl5-tests/App-Cache/t/lib
/usr/libexec/perl5-tests/App-Cache/t/lib/App
/usr/libexec/perl5-tests/App-Cache/t/lib/App/Cache
/usr/libexec/perl5-tests/App-Cache/t/lib/App/Cache/Test.pm
/usr/libexec/perl5-tests/App-Cache/t/pod.t
/usr/libexec/perl5-tests/App-Cache/t/pod_coverage.t
/usr/libexec/perl5-tests/App-Cache/t/simple.t

References

Summary

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