How To Install perl-Devel-LexAlias on Rocky Linux 8

In this tutorial we learn how to install perl-Devel-LexAlias on Rocky Linux 8. perl-Devel-LexAlias is Alias lexical variables

Introduction

In this tutorial we learn how to install perl-Devel-LexAlias on Rocky Linux 8.

What is perl-Devel-LexAlias

Devel subroutines scope to one of your choosing.

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

Install perl-Devel-LexAlias on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Devel-LexAlias using dnf by running the following command:

sudo dnf -y install perl-Devel-LexAlias

Install perl-Devel-LexAlias on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Devel-LexAlias using yum by running the following command:

sudo yum -y install perl-Devel-LexAlias

How To Uninstall perl-Devel-LexAlias on Rocky Linux 8

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

sudo dnf remove perl-Devel-LexAlias

perl-Devel-LexAlias Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/b8167c23a3488e215ce3fd4f2be45a00ddfcf9
/usr/lib64/perl5/vendor_perl/Devel
/usr/lib64/perl5/vendor_perl/Devel/LexAlias.pm
/usr/lib64/perl5/vendor_perl/auto/Devel
/usr/lib64/perl5/vendor_perl/auto/Devel/LexAlias
/usr/lib64/perl5/vendor_perl/auto/Devel/LexAlias/LexAlias.so
/usr/share/doc/perl-Devel-LexAlias
/usr/share/doc/perl-Devel-LexAlias/Changes
/usr/share/man/man3/Devel::LexAlias.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Devel-LexAlias on Rocky Linux 8 using yum and dnf.