How to Install and Uninstall libdfp.x86_64 Package on Oracle Linux 8

Last updated: June 29,2024

1. Install "libdfp.x86_64" package

In this section, we are going to explain the necessary steps to install libdfp.x86_64 on Oracle Linux 8

$ 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 Oracle Linux 8:

$ sudo dnf remove libdfp.x86_64 $ sudo dnf autoremove

3. Information about the libdfp.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:58:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libdfp
Version : 1.0.15
Release : 2.el8
Architecture : x86_64
Size : 1.4 M
Source : libdfp-1.0.15-2.el8.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.