How To Install perl-Symbol-Global-Name on Fedora 36

In this tutorial we learn how to install perl-Symbol-Global-Name in Fedora 36. perl-Symbol-Global-Name is Finds name and type of a global variable

Introduction

In this tutorial we learn how to install perl-Symbol-Global-Name on Fedora 36.

What is perl-Symbol-Global-Name

Lookups symbol table to find an element by reference.

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

Install perl-Symbol-Global-Name 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-Symbol-Global-Name using dnf by running the following command:

sudo dnf -y install perl-Symbol-Global-Name

Install perl-Symbol-Global-Name 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-Symbol-Global-Name using yum by running the following command:

sudo yum -y install perl-Symbol-Global-Name

How To Uninstall perl-Symbol-Global-Name on Fedora 36

To uninstall only the perl-Symbol-Global-Name package we can use the following command:

sudo dnf remove perl-Symbol-Global-Name

perl-Symbol-Global-Name Package Contents on Fedora 36

/usr/share/doc/perl-Symbol-Global-Name
/usr/share/doc/perl-Symbol-Global-Name/Changes
/usr/share/doc/perl-Symbol-Global-Name/README
/usr/share/man/man3/Symbol::Global::Name.3pm.gz
/usr/share/perl5/vendor_perl/Symbol
/usr/share/perl5/vendor_perl/Symbol/Global
/usr/share/perl5/vendor_perl/Symbol/Global/Name.pm

References

Summary

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