How To Install perl-Test2-Plugin-UUID on Fedora 36

In this tutorial we learn how to install perl-Test2-Plugin-UUID in Fedora 36. perl-Test2-Plugin-UUID is Use real UUIDs in Test2

Introduction

In this tutorial we learn how to install perl-Test2-Plugin-UUID on Fedora 36.

What is perl-Test2-Plugin-UUID

Test2 normally uses unique IDs generated by appending PID, thread ID, and an incrementing integer. These work fine most of the time, but are not sufficient if you want to keep a database of events, in that case a real UUID is much more useful.

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

Install perl-Test2-Plugin-UUID 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-Test2-Plugin-UUID using dnf by running the following command:

sudo dnf -y install perl-Test2-Plugin-UUID

Install perl-Test2-Plugin-UUID 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-Test2-Plugin-UUID using yum by running the following command:

sudo yum -y install perl-Test2-Plugin-UUID

How To Uninstall perl-Test2-Plugin-UUID on Fedora 36

To uninstall only the perl-Test2-Plugin-UUID package we can use the following command:

sudo dnf remove perl-Test2-Plugin-UUID

perl-Test2-Plugin-UUID Package Contents on Fedora 36

/usr/share/doc/perl-Test2-Plugin-UUID
/usr/share/doc/perl-Test2-Plugin-UUID/Changes
/usr/share/doc/perl-Test2-Plugin-UUID/README
/usr/share/licenses/perl-Test2-Plugin-UUID
/usr/share/licenses/perl-Test2-Plugin-UUID/LICENSE
/usr/share/man/man3/Test2::Plugin::UUID.3pm.gz
/usr/share/perl5/vendor_perl/Test2
/usr/share/perl5/vendor_perl/Test2/Plugin
/usr/share/perl5/vendor_perl/Test2/Plugin/UUID.pm

References

Summary

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