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

Last updated: October 05,2024

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

Please follow the steps below to install perl-Data-Float.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

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

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

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

Last metadata expiration check: 1:25:25 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Data-Float
Version : 0.013
Release : 17.el9
Architecture : noarch
Size : 33 k
Source : perl-Data-Float-0.013-17.el9.src.rpm
Repository : epel
Summary : Details of the floating point data type
URL : https://metacpan.org/release/Data-Float
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module is about the native floating point numerical data type. A floating
: point number is one of the types of datum that can appear in the numeric part
: of a Perl scalar. This module supplies constants describing the native
: floating point type, classification functions, and functions to manipulate
: floating point values at a low level.