How to Install and Uninstall perl-Data-Float.noarch Package on Fedora 36

Last updated: October 09,2024

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

This guide covers the steps necessary to install perl-Data-Float.noarch on Fedora 36

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

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

This guide let you learn how to uninstall perl-Data-Float.noarch on Fedora 36:

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

3. Information about the perl-Data-Float.noarch package on Fedora 36

Last metadata expiration check: 2:53:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Data-Float
Version : 0.013
Release : 14.fc36
Architecture : noarch
Size : 33 k
Source : perl-Data-Float-0.013-14.fc36.src.rpm
Repository : fedora
Summary : Details of the floating point data type
URL : https://metacpan.org/release/Data-Float
License : GPL+ or Artistic
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.