How to Install and Uninstall fast_float-devel.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: January 12,2025
1. Install "fast_float-devel.noarch" package
This guide covers the steps necessary to install fast_float-devel.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
fast_float-devel.noarch
Copied
2. Uninstall "fast_float-devel.noarch" package
This is a short guide on how to uninstall fast_float-devel.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
fast_float-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the fast_float-devel.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:42:03 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : fast_float-devel
Version : 3.5.1
Release : 1.el8
Architecture : noarch
Size : 55 k
Source : fast_float-3.5.1-1.el8.src.rpm
Repository : epel
Summary : Fast & exact implementation of C++ from_chars for float/double
URL : https://github.com/fastfloat/fast_float
License : Apache-2.0 OR MIT
Description : The fast_float library provides fast header-only implementations for the C++
: from_chars functions for float and double types. These functions convert ASCII
: strings representing decimal values (e.g., 1.3e10) into binary types. We
: provide exact rounding (including round to even). In our experience, these
: fast_float functions many times faster than comparable number-parsing functions
: from existing C++ standard libraries.
Available Packages
Name : fast_float-devel
Version : 3.5.1
Release : 1.el8
Architecture : noarch
Size : 55 k
Source : fast_float-3.5.1-1.el8.src.rpm
Repository : epel
Summary : Fast & exact implementation of C++ from_chars for float/double
URL : https://github.com/fastfloat/fast_float
License : Apache-2.0 OR MIT
Description : The fast_float library provides fast header-only implementations for the C++
: from_chars functions for float and double types. These functions convert ASCII
: strings representing decimal values (e.g., 1.3e10) into binary types. We
: provide exact rounding (including round to even). In our experience, these
: fast_float functions many times faster than comparable number-parsing functions
: from existing C++ standard libraries.