How To Install perl-Devel-GoFaster on Fedora 36

In this tutorial we learn how to install perl-Devel-GoFaster in Fedora 36. perl-Devel-GoFaster is Optimise executable Perl ops

Introduction

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

What is perl-Devel-GoFaster

This module implements some optimisations in compiled Perl code, which should make it run slightly faster without visibly affecting behaviour. The optimisations are applied at the peephole optimisation step, augmenting Perl’s built-in optimisations.

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

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

sudo dnf -y install perl-Devel-GoFaster

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

sudo yum -y install perl-Devel-GoFaster

How To Uninstall perl-Devel-GoFaster on Fedora 36

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

sudo dnf remove perl-Devel-GoFaster

perl-Devel-GoFaster Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/61c67858e4f432125c497569754134d6a68bae
/usr/lib64/perl5/vendor_perl/Devel
/usr/lib64/perl5/vendor_perl/Devel/GoFaster.pm
/usr/lib64/perl5/vendor_perl/auto/Devel
/usr/lib64/perl5/vendor_perl/auto/Devel/GoFaster
/usr/lib64/perl5/vendor_perl/auto/Devel/GoFaster/GoFaster.so
/usr/share/doc/perl-Devel-GoFaster
/usr/share/doc/perl-Devel-GoFaster/Changes
/usr/share/doc/perl-Devel-GoFaster/README
/usr/share/man/man3/Devel::GoFaster.3pm.gz

References

Summary

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