How To Install perl-Devel-Symdump.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Devel-Symdump.noarch in Amazon Linux 2. perl-Devel-Symdump.noarch is A Perl module for inspecting Perl’s symbol table

Introduction

In this tutorial we learn how to install perl-Devel-Symdump.noarch on Amazon Linux 2.

What is perl-Devel-Symdump.noarch

The perl module Devel inspect perl’s symbol table and the class hierarchy within a running program.

We can use yum to install perl-Devel-Symdump.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Devel-Symdump.noarch.

Install perl-Devel-Symdump.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Devel-Symdump.noarch

How To Uninstall perl-Devel-Symdump.noarch on Amazon Linux 2

To uninstall only the perl-Devel-Symdump.noarch package we can use the following command:

sudo yum remove perl-Devel-Symdump.noarch

perl-Devel-Symdump.noarch Package Contents on Amazon Linux 2

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

References

Summary

In this tutorial we learn how to install perl-Devel-Symdump.noarch on Amazon Linux 2 using yum.