How to Install and Uninstall perl-Data-Dump.src Package on Oracle Linux 9

Last updated: June 26,2024

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

Please follow the guidelines below to install perl-Data-Dump.src on Oracle Linux 9

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

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

This tutorial shows how to uninstall perl-Data-Dump.src on Oracle Linux 9:

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

3. Information about the perl-Data-Dump.src package on Oracle Linux 9

Last metadata expiration check: 2:09:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Data-Dump
Version : 1.23
Release : 18.el9
Architecture : src
Size : 31 k
Source : None
Repository : ol9_appstream
Summary : Pretty printing of data structures
URL : https://metacpan.org/release/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.