How to Install and Uninstall perl-Data-Dumper-Concise.noarch Package on Oracle Linux 8

Last updated: May 02,2024

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

Learn how to install perl-Data-Dumper-Concise.noarch on Oracle Linux 8

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

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

This guide let you learn how to uninstall perl-Data-Dumper-Concise.noarch on Oracle Linux 8:

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

3. Information about the perl-Data-Dumper-Concise.noarch package on Oracle Linux 8

Last metadata expiration check: 1:56:14 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Data-Dumper-Concise
Version : 2.023
Release : 12.el8
Architecture : noarch
Size : 26 k
Source : perl-Data-Dumper-Concise-2.023-12.el8.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.