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

Last updated: July 01,2024

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

Please follow the instructions below to install perl-Data-Dumper.x86_64 on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-Data-Dumper.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:40:58 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : perl-Data-Dumper
Version : 2.174
Release : 460.fc34
Architecture : x86_64
Size : 109 k
Source : perl-Data-Dumper-2.174-460.fc34.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+ 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.