How To Install perl-Devel-GlobalPhase on Fedora 36

In this tutorial we learn how to install perl-Devel-GlobalPhase in Fedora 36. perl-Devel-GlobalPhase is Detect perl’s global phase on older perls

Introduction

In this tutorial we learn how to install perl-Devel-GlobalPhase on Fedora 36.

What is perl-Devel-GlobalPhase

This gives access to ${^GLOBAL_PHASE} in versions of perl that don’t provide it. The built-in variable will be used if it is available.

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

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

sudo dnf -y install perl-Devel-GlobalPhase

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

sudo yum -y install perl-Devel-GlobalPhase

How To Uninstall perl-Devel-GlobalPhase on Fedora 36

To uninstall only the perl-Devel-GlobalPhase package we can use the following command:

sudo dnf remove perl-Devel-GlobalPhase

perl-Devel-GlobalPhase Package Contents on Fedora 36

/usr/share/doc/perl-Devel-GlobalPhase
/usr/share/doc/perl-Devel-GlobalPhase/Changes
/usr/share/doc/perl-Devel-GlobalPhase/README
/usr/share/man/man3/Devel::GlobalPhase.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/GlobalPhase.pm

References

Summary

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