How to Install and Uninstall perl-Data-Dump.noarch Package on AlmaLinux 9

Last updated: June 23,2024

1. Install "perl-Data-Dump.noarch" package

This tutorial shows how to install perl-Data-Dump.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Data-Dump.noarch

2. Uninstall "perl-Data-Dump.noarch" package

Here is a brief guide to show you how to uninstall perl-Data-Dump.noarch on AlmaLinux 9:

$ sudo dnf remove perl-Data-Dump.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Dump.noarch package on AlmaLinux 9

Last metadata expiration check: 2:08:32 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Data-Dump
Version : 1.23
Release : 18.el9
Architecture : noarch
Size : 32 k
Source : perl-Data-Dump-1.23-18.el9.src.rpm
Repository : appstream
Summary : Pretty printing of data structures
URL : https://metacpan.org/release/Data-Dump
License : GPL+ or Artistic
Description : This module provides a single function called dump() that takes a list of
: values as its argument and produces a string as its result. The string
: contains Perl code that, when evaled, produces a deep copy of the original
: arguments. The string is formatted for easy reading.