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

Last updated: October 11,2024

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

In this section, we are going to explain the necessary steps to install perl-Data-IEEE754.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

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

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

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

Last metadata expiration check: 0:26:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Data-IEEE754
Version : 0.02
Release : 8.el9
Architecture : noarch
Size : 17 k
Source : perl-Data-IEEE754-0.02-8.el9.src.rpm
Repository : epel
Summary : Pack and unpack big-endian IEEE 754 floats and doubles
URL : https://metacpan.org/release/Data-IEEE754/
License : Artistic 2.0
Description : This Perl module provides some simple convenience functions for packing and
: unpacking IEEE 754 floats and doubles. If you can require Perl 5.10 or greater
: then this module is pointless. Just use the "d>" and "f>" pack formats
: instead.