How To Install perl-IRI-tests on Fedora 36

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

Introduction

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

What is perl-IRI-tests

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

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

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

sudo dnf -y install perl-IRI-tests

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

sudo yum -y install perl-IRI-tests

How To Uninstall perl-IRI-tests on Fedora 36

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

sudo dnf remove perl-IRI-tests

perl-IRI-tests Package Contents on Fedora 36

/usr/libexec/perl-IRI
/usr/libexec/perl-IRI/t
/usr/libexec/perl-IRI/t/00-simple.t
/usr/libexec/perl-IRI/t/base_resolution.t
/usr/libexec/perl-IRI/t/bugs.t
/usr/libexec/perl-IRI/t/coercion.t
/usr/libexec/perl-IRI/t/rel.t
/usr/libexec/perl-IRI/test

References

Summary

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