How to Install and Uninstall perl-Data-Dumper-Concise.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "perl-Data-Dumper-Concise.noarch" package

Here is a brief guide to show you how to install perl-Data-Dumper-Concise.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Data-Dumper-Concise.noarch

2. Uninstall "perl-Data-Dumper-Concise.noarch" package

This guide covers the steps necessary to uninstall perl-Data-Dumper-Concise.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Data-Dumper-Concise.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Dumper-Concise.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:14:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Data-Dumper-Concise
Version : 2.023
Release : 17.el9
Architecture : noarch
Size : 23 k
Source : perl-Data-Dumper-Concise-2.023-17.el9.src.rpm
Repository : epel
Summary : A convenient way to reproduce a set of Dumper options
URL : https://metacpan.org/release/Data-Dumper-Concise
License : GPL+ or Artistic
Description : This module always exports a single function, Dumper, which can be
: called with an array of values to dump those values or with no arguments
: to return the Data::Dumper object it has created. It exists,
: fundamentally, as a convenient way to reproduce a set of Dumper options
: that we've found ourselves using across large numbers of applications.