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

Last updated: October 07,2024

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

Please follow the step by step instructions below to install perl-Data-Dumper.src on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-Data-Dumper.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:44:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Data-Dumper
Version : 2.174
Release : 462.el9
Architecture : src
Size : 133 k
Source : None
Repository : ol9_appstream
Summary : Stringify perl data structures, suitable for printing and eval
URL : https://metacpan.org/release/Data-Dumper
License : GPL+ or Artistic
Description : Given a list of scalars or reference variables, writes out their contents
: in perl syntax. The references can also be objects. The content of each
: variable is output in a single Perl statement. Handles self-referential
: structures correctly.