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

Last updated: November 26,2024

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

In this section, we are going to explain the necessary steps to install perl-Data-Dumper.x86_64 on Fedora 39

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

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

This is a short guide on how to uninstall perl-Data-Dumper.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:03:57 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : perl-Data-Dumper
Version : 2.188
Release : 501.fc39
Architecture : x86_64
Size : 112 k
Source : perl-Data-Dumper-2.188-501.fc39.src.rpm
Repository : @System
From repo : fedora
Summary : Stringify perl data structures, suitable for printing and eval
URL : https://metacpan.org/release/Data-Dumper
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 content of each
: variable is output in a single Perl statement. Handles self-referential
: structures correctly.