How to Install and Uninstall perl-Data-Dump-Streamer.x86_64 Package on Rocky Linux 9

Last updated: May 20,2024

1. Install "perl-Data-Dump-Streamer.x86_64" package

Learn how to install perl-Data-Dump-Streamer.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Data-Dump-Streamer.x86_64

2. Uninstall "perl-Data-Dump-Streamer.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Data-Dump-Streamer.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Data-Dump-Streamer.x86_64 $ sudo dnf autoremove

3. Information about the perl-Data-Dump-Streamer.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:04:34 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Data-Dump-Streamer
Version : 2.40
Release : 13.el9
Architecture : x86_64
Size : 79 k
Source : perl-Data-Dump-Streamer-2.40-13.el9.src.rpm
Repository : epel
Summary : Accurately serialize a data structure as Perl code
URL : https://metacpan.org/release/Data-Dump-Streamer
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 contents of each
: variable is output using the least number of Perl statements as convenient,
: usually only one. Self-referential structures, closures, and objects are
: output correctly.