How to Install and Uninstall libdfp.x86_64 Package on AlmaLinux 9

Last updated: October 10,2024

1. Install "libdfp.x86_64" package

Please follow the guidelines below to install libdfp.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libdfp.x86_64

2. Uninstall "libdfp.x86_64" package

Learn how to uninstall libdfp.x86_64 on AlmaLinux 9:

$ sudo dnf remove libdfp.x86_64 $ sudo dnf autoremove

3. Information about the libdfp.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:05:53 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libdfp
Version : 1.0.16
Release : 1.el9
Architecture : x86_64
Size : 1.4 M
Source : libdfp-1.0.16-1.el9.src.rpm
Repository : epel
Summary : Decimal Floating Point C Library
URL : https://github.com/libdfp/libdfp
License : LGPLv2
Description : The "Decimal Floating Point C Library" is an implementation of ISO/IEC
: Technical report "ISO/IEC TR 24732" which describes the C-Language library
: routines necessary to provide the C library runtime support for decimal
: floating point data types introduced in IEEE 754-2008, namely _Decimal32,
: _Decimal64, and _Decimal128.