How to Install and Uninstall decnumber-devel.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "decnumber-devel.x86_64" package

Please follow the instructions below to install decnumber-devel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install decnumber-devel.x86_64

2. Uninstall "decnumber-devel.x86_64" package

This guide covers the steps necessary to uninstall decnumber-devel.x86_64 on Rocky Linux 8:

$ sudo dnf remove decnumber-devel.x86_64 $ sudo dnf autoremove

3. Information about the decnumber-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:31:16 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : decnumber-devel
Version : 3.68.0
Release : 2.20210330gitda66509.el8
Architecture : x86_64
Size : 113 k
Source : decnumber-3.68.0-2.20210330gitda66509.el8.src.rpm
Repository : epel
Summary : Development files for decnumber
URL : https://github.com/SDL-Hercules-390/decNumber
License : MIT
Description :
: The decNumber library implements the General Decimal Arithmetic Specification
: in ANSI C. This specification defines a decimal arithmetic which meets the
: requirements of commercial, financial, and human-oriented applications. It
: also matches the decimal arithmetic in the IEEE 754 Standard for Floating
: Point Arithmetic.
:
: The library fully implements the specification, and hence supports integer,
: fixed-point, and floating-point decimal numbers directly, including infinite,
: NaN (Not a Number), and subnormal values. Both arbitrary-precision and
: fixed-size representations are supported.
:
: The decnumber-devel package contains libraries and header files for
: developing applications that use decnumber.