How to Install and Uninstall libdfp.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 14,2024

1. Install "libdfp.x86_64" package

Learn how to install libdfp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libdfp.x86_64

2. Uninstall "libdfp.x86_64" package

This guide covers the steps necessary to uninstall libdfp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libdfp.x86_64 $ sudo dnf autoremove

3. Information about the libdfp.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:52:18 ago on Mon Feb 26 07:04:30 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.