How to Install and Uninstall perl-Data-Dumper-Concise.noarch Package on CentOS Stream 9

Last updated: September 23,2024

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

Please follow the instructions below to install perl-Data-Dumper-Concise.noarch on CentOS Stream 9

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

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

Please follow the guidance below to uninstall perl-Data-Dumper-Concise.noarch on CentOS Stream 9:

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

3. Information about the perl-Data-Dumper-Concise.noarch package on CentOS Stream 9

Last metadata expiration check: 0:13:22 ago on Sat Mar 16 16:03:45 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.