How to Install and Uninstall libdfp.x86_64 Package on Rocky Linux 9

Last updated: May 08,2024

1. Install "libdfp.x86_64" package

Please follow the guidance below to install libdfp.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libdfp.x86_64

2. Uninstall "libdfp.x86_64" package

This tutorial shows how to uninstall libdfp.x86_64 on Rocky Linux 9:

$ sudo dnf remove libdfp.x86_64 $ sudo dnf autoremove

3. Information about the libdfp.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:07:31 ago on Fri Feb 16 06:49:52 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.