How to Install and Uninstall perl-Data-Dumper.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

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

Please follow the step by step instructions below to install perl-Data-Dumper.x86_64 on CentOS 7 / RHEL 7

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

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

This tutorial shows how to uninstall perl-Data-Dumper.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the perl-Data-Dumper.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Data-Dumper
Arch : x86_64
Version : 2.145
Release : 3.el7
Size : 97 k
Repo : installed
From repo : base
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.