How to Install and Uninstall perl-Data-Dump-Streamer.x86_64 Package on Fedora 39

Last updated: October 10,2024

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

This tutorial shows how to install perl-Data-Dump-Streamer.x86_64 on Fedora 39

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

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

This guide let you learn how to uninstall perl-Data-Dump-Streamer.x86_64 on Fedora 39:

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

3. Information about the perl-Data-Dump-Streamer.x86_64 package on Fedora 39

Last metadata expiration check: 1:52:23 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Data-Dump-Streamer
Version : 2.42
Release : 3.fc39
Architecture : x86_64
Size : 78 k
Source : perl-Data-Dump-Streamer-2.42-3.fc39.src.rpm
Repository : fedora
Summary : Accurately serialize a data structure as Perl code
URL : https://metacpan.org/release/Data-Dump-Streamer
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.