How to Install and Uninstall fast_float-devel.noarch Package on AlmaLinux 8
Last updated: October 31,2024
1. Install "fast_float-devel.noarch" package
This is a short guide on how to install fast_float-devel.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
fast_float-devel.noarch
Copied
2. Uninstall "fast_float-devel.noarch" package
Please follow the guidelines below to uninstall fast_float-devel.noarch on AlmaLinux 8:
$
sudo dnf remove
fast_float-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the fast_float-devel.noarch package on AlmaLinux 8
Last metadata expiration check: 2:03:21 ago on Mon Sep 5 03:22:42 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.
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.