How to Install and Uninstall fast_float-devel.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "fast_float-devel.noarch" package

Here is a brief guide to show you how to install fast_float-devel.noarch on Fedora 39

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

2. Uninstall "fast_float-devel.noarch" package

Please follow the instructions below to uninstall fast_float-devel.noarch on Fedora 39:

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

3. Information about the fast_float-devel.noarch package on Fedora 39

Last metadata expiration check: 2:39:22 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : fast_float-devel
Version : 6.1.0
Release : 1.fc39
Architecture : noarch
Size : 60 k
Source : fast_float-6.1.0-1.fc39.src.rpm
Repository : updates
Summary : Fast & exact implementation of C++ from_chars for number types
URL : https://github.com/fastfloat/fast_float
License : Apache-2.0 OR MIT OR BSL-1.0
Description : The fast_float library provides fast header-only implementations for the C++
: from_chars functions for float and double types as well as integer 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.