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

Last updated: June 18,2024

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

Please follow the steps below to install perl-Data-Dumper.src on Oracle Linux 8

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

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

Please follow the guidelines below to uninstall perl-Data-Dumper.src on Oracle Linux 8:

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

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

Last metadata expiration check: 4:28:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Data-Dumper
Version : 2.174
Release : 440.module+el8.6.0+20545+312b6629
Architecture : src
Size : 127 k
Source : None
Repository : ol8_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.