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

Last updated: May 10,2024

1. Install "perl-Data-Dump.noarch" package

Please follow the steps below to install perl-Data-Dump.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Data-Dump.noarch

2. Uninstall "perl-Data-Dump.noarch" package

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

$ sudo dnf remove perl-Data-Dump.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 6:48:20 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Data-Dump
Version : 1.23
Release : 7.module+el8.3.0+7692+542c56f9
Architecture : noarch
Size : 37 k
Source : perl-Data-Dump-1.23-7.module+el8.3.0+7692+542c56f9.src.rpm
Repository : ol8_appstream
Summary : Pretty printing of data structures
URL : http://search.cpan.org/dist/Data-Dump/
License : GPL+ or Artistic
Description : This module provides a single function called dump() that takes a list of
: values as its argument and produces a string as its result. The string
: contains Perl code that, when evaled, produces a deep copy of the original
: arguments. The string is formatted for easy reading.