How to Install and Uninstall fast_float-devel.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "fast_float-devel.noarch" package

Here is a brief guide to show you how to install fast_float-devel.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install fast_float-devel.noarch

2. Uninstall "fast_float-devel.noarch" package

Please follow the guidance below to uninstall fast_float-devel.noarch on Rocky Linux 8:

$ sudo dnf remove fast_float-devel.noarch $ sudo dnf autoremove

3. Information about the fast_float-devel.noarch package on Rocky Linux 8

Last metadata expiration check: 1:50:41 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : fast_float-devel
Version : 1.1.2
Release : 3.el8
Architecture : noarch
Size : 46 k
Source : fast_float-1.1.2-3.el8.src.rpm
Repository : epel
Summary : Fast & exact implementation of C++ from_chars for float/double
URL : https://github.com/fastfloat/fast_float
License : ASL 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.