How to Install and Uninstall perl-Data-Dumper.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

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

This is a short guide on how to install perl-Data-Dumper.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Data-Dumper.x86_64

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

Learn how to uninstall perl-Data-Dumper.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Data-Dumper.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:21:18 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : perl-Data-Dumper
Version : 2.167
Release : 399.el8
Architecture : x86_64
Size : 104 k
Source : perl-Data-Dumper-2.167-399.el8.src.rpm
Repository : @System
From repo : ubi-8-baseos-rpms
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.