How to Install and Uninstall perl-Data-HexDump.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: November 24,2024

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

This is a short guide on how to install perl-Data-HexDump.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide let you learn how to uninstall perl-Data-HexDump.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Data-HexDump.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:12:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Data-HexDump
Version : 0.04
Release : 1.el9
Architecture : noarch
Size : 22 k
Source : perl-Data-HexDump-0.04-1.el9.src.rpm
Repository : epel
Summary : Hexadecimal Dumper
URL : https://metacpan.org/release/Data-HexDump
License : GPL+ or Artistic
Description : Dump in hexadecimal the content of a scalar. The result is returned in a
: string. Each line of the result consists of the offset in the source in the
: leftmost column of each line, followed by one or more columns of data from
: the source in hexadecimal. The rightmost column of each line shows the
: printable characters (all others are shown as single dots).