How to Install and Uninstall perl-Data-Dumper.x86_64 Package on Amazon Linux 2

Last updated: April 28,2024

1. Install "perl-Data-Dumper.x86_64" package

Please follow the instructions below to install perl-Data-Dumper.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Data-Dumper.x86_64

2. Uninstall "perl-Data-Dumper.x86_64" package

Please follow the steps below to uninstall perl-Data-Dumper.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-Data-Dumper.x86_64 $ sudo yum autoremove

3. Information about the perl-Data-Dumper.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Data-Dumper
Arch : x86_64
Version : 2.145
Release : 3.amzn2.0.2
Size : 48 k
Repo : amzn2-core/2/x86_64
Summary : Stringify perl data structures, suitable for printing and eval
URL : http://search.cpan.org/dist/Data-Dumper/
License : GPL+ or Artistic
Description : Given a list of scalars or reference variables, writes out their
: contents in perl syntax. The references can also be objects. The
: content of each variable is output in a single Perl statement.
: Handles self-referential structures correctly.